login
A317592
Lexicographically first sequence of different terms such that erasing the last two digits of a(n+1) and adding this new reshaped integer to a(n) gives back a(n+1).
2
99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158
OFFSET
1,1
LINKS
EXAMPLE
a(1) = 99 added to 1 (the reshaped integer 100 without its last two digits) is 10;
a(2) = 100 added to 1 (the reshaped integer 101 without its last two digits) is 11;
...
a(1503) = 199787462 added to 2018055 [the reshaped integer a(1504) = 201805517 without its last two digits] is indeed 201805517 = a(1504).
CROSSREFS
Cf. A317591 [erasing only the last digit of a(n+1)].
Sequence in context: A304009 A305359 A213157 * A296881 A243259 A171904
KEYWORD
nonn,base
AUTHOR
STATUS
approved