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

Keep only the first digit of each integer and concatenate them. The result is the concatenation of all integers of the sequence.
0

%I #2 Mar 31 2012 13:46:51

%S 0,1,2,3,4,5,6,7,8,9,11,12,111,211,1111,1112,1113,2111,11111,11112,

%T 11113,11114,11115,11116,11117,11118,11119,21111,111111,111112,111113,

%U 311111,2111111,11111111,11111112,11111113,11111114,11111115,11111116

%N Keep only the first digit of each integer and concatenate them. The result is the concatenation of all integers of the sequence.

%C Could one say this is kind of fractal ?

%K base,easy,nonn

%O 0,3

%A _Eric Angelini_, Apr 29 2005