login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A023392
a(n+1) = a(n) converted to base 10 from base 9 (written in base 10).
2
9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 22, 24, 26, 28, 31, 34, 37, 41, 45, 50, 55, 61, 67, 74, 82, 101, 122, 145, 171, 210, 253, 311, 375, 456, 556, 677, 832, 1124, 1478, 2022, 2686, 3614, 4855, 6584, 10025, 14668, 22107, 33283, 50581, 76341, 125643, 211313
OFFSET
1,1
LINKS
MATHEMATICA
NestList[FromDigits[IntegerDigits[#, 9]]&, 9, 53] (* Zak Seidov, Apr 18 2014 *)
CROSSREFS
Sequence in context: A317591 A107043 A182362 * A060009 A250042 A115843
KEYWORD
nonn,base
STATUS
approved