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

A023387
a(n+1) = a(n) converted to base 10 from base 6 (written in base 10).
1
6, 10, 14, 22, 34, 54, 130, 334, 1314, 10030, 114234, 2240510, 120004422, 15524040010, 11044234015334, 35253352344013542, 1335041342253501254130, 1145430035344432035011004550, 35553113000013155333041144055024154
OFFSET
1,1
LINKS
MATHEMATICA
NestList[FromDigits[IntegerDigits[#, 6]]&, 6, 20] (* Harvey P. Dale, Mar 25 2012 *)
CROSSREFS
Sequence in context: A278972 A241817 A181628 * A315236 A315237 A315238
KEYWORD
nonn,base
STATUS
approved