A358711 Autobiographical numbers: let the k-th digit count the k-th nonnegative integer (A001477(k)) (possibly overlapping) occurrences in the term.
1210, 2020, 21200, 3211000, 42101000, 521001000, 6210001000, 53110100002, 62200010001, 541011000021, 6401101000310, 74011001003100, 840110001031000, 9321000001201000, 94201000012110000
Offset: 1
Examples
6401101000310 is a term: we have six 0's, four 1's, zero 2's, one 3, one 4, one 6, three 10's and one 11 as integers in the term, visualized as follows: Digits(k): 0 1 2 3 4 5 6 7 8 9 10 11 12 (also the Integers(k)) term: 6 4 0 1 1 0 1 0 0 0 3 1 0 Note that overlapping integers are counted as well: e.g., 110 is one 11, one 10. 111 is two 11's.
Links
- Michael S. Branicky, Python program
Extensions
a(8) inserted and a(10)-a(15) by Michael S. Branicky, Nov 28 2022
Comments