A177361 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)=2.
2, 12, 1122, 3142, 41521314, 7162233415, 91824344251617, 12110253743526271819, 1017114273845536472829, 20211172931147546774839, 3026120211314485561175859, 50321232133164125761277869, 603712821731741451061578879, 8043130219319416512620711889
Offset: 1
Examples
Two; one two; one one, two twos; three ones, four twos; four ones, five twos, one three, one four; seven ones, six twos, two threes, three fours, one five; etc.
Links
- J. Mulder, Table of n, a(n) for n = 1..25000
Extensions
Terms corrected using values in b-file. - N. J. A. Sloane, Oct 05 2010
Comments