login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A177359
a(n) contains the nonzero frequencies f(d) of digits d=0 .. 9 in all terms up to a(n-1) in concatenated form sorted with respect to d: f(0)//0//f(1)//1//...//f(9)//9. Initial term a(1)=0.
13
0, 10, 2011, 303112, 40512223, 506152331415, 60916253244516, 70111826344654619, 801519273747576171829, 9019111283849586673849, 100231122103104105106777889, 1603011521231141151161079899, 190411172143124135136117108129, 210531202173154145146137118149, 230631232203194175156157128159
OFFSET
1,2
COMMENTS
Zero; one zero; two zeros, one one; three zeros, three ones, one two; four zeros, five ones, two twos, two threes; five zeros, six ones, five twos, three threes, one four, one five; etc.
Also look left and say. - Robert G. Wilson v, Nov 18 2019
LINKS
MATHEMATICA
Nest[Append[#, FromDigits@ Flatten@ Map[IntegerDigits@ Reverse@ # &, Sort@ Tally@ Flatten@ IntegerDigits@ #]] &, {0}, 11] (* Michael De Vlieger, Nov 21 2019 *)
KEYWORD
easy,nonn,base
AUTHOR
Paolo P. Lava, May 10 2010
EXTENSIONS
More terms from Robert G. Wilson v, Nov 18 2019
STATUS
approved