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

A123179
a(1)=1 a(2)=121 and a(n)=a(n-1) n 2 n 3 n ... n (n-1) n 1, using concatenation.
0
1, 121, 1213231, 1213231424341, 121323142434152535451, 1213231424341525354516263646561, 1213231424341525354516263646561727374757671
OFFSET
1,2
COMMENTS
An example of transition complete sequences, when n <= 9. One needs to consider the base 10 complications when n >= 10. The number of digits is given by d(n)=d(n-1)+2n-2 which is A002061.
EXAMPLE
a(4)=1213231424341=1213231 + 4 2 4 3 4 1.
CROSSREFS
Sequence in context: A136094 A317197 A082215 * A245593 A053885 A068490
KEYWORD
nonn,base
AUTHOR
Douglas Stones (dssto1(AT)student.monash.edu.au), Oct 03 2006
STATUS
approved