612314
domain: N
Appears in sequences
- Describe all the numbers already used (sorted into increasing order - not splitting numbers up into their digits).at n=4A060857
- 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)=1.at n=4A177360