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”).

A023389
a(n+1) = a(n) converted to base 9 from base 7 (written in base 10).
1
7, 9, 11, 13, 15, 19, 23, 29, 37, 47, 59, 93, 137, 211, 343, 729, 1513, 3133, 8077, 21435, 70255, 243939, 1085583, 5931677, 43738095, 406863821, 4668281037, 71095945599, 1434858502437, 47306783952687, 2415226651498341, 204771657238889285
OFFSET
1,1
LINKS
MATHEMATICA
NestList[FromDigits[IntegerDigits[#, 7], 9]&, 7, 40] (* Harvey P. Dale, Nov 07 2013 *)
CROSSREFS
Sequence in context: A193071 A329112 A347886 * A248963 A221636 A162018
KEYWORD
nonn,base
STATUS
approved