OFFSET
1,1
COMMENTS
The minus sign is considered only as two-place infix operator, not as one-place prefix operator. Therefore -1 + 2 = 1 is not allowed and 121 is not a term.
These numbers are called (elementary) "didactic numbers".
LINKS
Sean A. Irvine, Java program (github)
EXAMPLE
7 = 7; 1 * 0 = 0; 2 - 2 = 0; 2 / 2 = 1; 18 / 2 = 9; 2 * (3 + 4) = 14. Therefore 77, 100, 220, 221, 1829 and 23414 are terms of the sequence.
2 - 1 = 1, therefore 211 is a term of the sequence. - Sean A. Irvine, Feb 21 2024
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Joseph L. Pe, Mar 21 2002
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), Jun 21 2002
Edited by Klaus Brockhaus, Jul 02 2003
Missing 211 inserted by Sean A. Irvine, Feb 21 2024
STATUS
approved