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.

A358711 Autobiographical numbers: let the k-th digit count the k-th nonnegative integer (A001477(k)) (possibly overlapping) occurrences in the term.

This page as a plain text file.
%I A358711 #47 Jan 25 2023 10:00:05
%S A358711 1210,2020,21200,3211000,42101000,521001000,6210001000,53110100002,
%T A358711 62200010001,541011000021,6401101000310,74011001003100,
%U A358711 840110001031000,9321000001201000,94201000012110000
%N A358711 Autobiographical numbers: let the k-th digit count the k-th nonnegative integer (A001477(k)) (possibly overlapping) occurrences in the term.
%C A358711 The k-th digit must count the k-th nonnegative integer (A001477(k)) appearances in the term.
%C A358711 This sequence is in base b=10. The number of appearances of any integer is always less than b in a term. E.g., the integer '0' can appear at most 9 times in a term.
%C A358711 There are no further terms. This was verified with a computer search of all (permutations of) partitions of d = 1..90 using up to 9 of any digit 0..9 and all (permutations of) "completions" of the remaining d-10 digits consistent with these digit counts. It was verified in each of the two cases for counting appearances: without overlaps (1111 has 2 11's) and with overlaps allowed (1111 has 3 11's). - _Michael S. Branicky_, Dec 02 2022
%H A358711 Michael S. Branicky, <a href="/A358711/a358711.py.txt">Python program</a>
%e A358711 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:
%e A358711   Digits(k): 0 1 2 3 4 5 6 7 8 9 10 11 12 (also the Integers(k))
%e A358711   term:      6 4 0 1 1 0 1 0 0 0  3  1  0
%e A358711 Note that overlapping integers are counted as well: e.g., 110 is one 11, one 10. 111 is two 11's.
%Y A358711 Cf. A046043, A138480, A001477.
%K A358711 nonn,base,fini,full
%O A358711 1,1
%A A358711 _Marc Morgenegg_, Nov 28 2022
%E A358711 a(8) inserted and a(10)-a(15) by _Michael S. Branicky_, Nov 28 2022