cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A359049 Autobiographical numbers k whose decimal digits are a concatenation count(0), count(1), ..., count(m) for some m, where count(j) is the number of (possibly overlapping) occurrences of j within the digits of k itself.

Original entry on oeis.org

1210, 2020, 21200, 3211000, 42101000, 521001000, 6210001000, 53110100002, 62200010001, 541011000021, 6401101000310, 74011001003100, 840110001031000, 1040110000031000, 9321000001201000, 94201000012110000, 1160010100041000010, 11611001000320000100, 13313000000001200000, 13313000000100200000
Offset: 1

Views

Author

Marc Morgenegg, Dec 14 2022

Keywords

Comments

In other words: Counting the zeros (j=0) in the term gives the first concatenation of decimal digits (number of zeros) in the term, counting all ones, gives the second, and so on.
A term can have any number of digits.
This sequence is in base 10.

Examples

			1040110000031000 is a term: we have ten 0's, four 1's, zero 2's, one 3, one 4, three 10's and one 11 as integers in the term, visualized as follows:
  Integers(j): 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
  term:       10 4 0 1 1 0 0 0 0 0  3  1  0  0  0
Notice that overlapping integers are counted so 110 is one 11, one 10 (or 111 would be two 11's).
		

Crossrefs

Extensions

a(17)-a(20) from Michael S. Branicky, Dec 14 2022