OFFSET
1,1
COMMENTS
Technically A080597(n) = a(n)+1 better matches this definition. For example, the first digit '0' occurs only as the 33rd digit: The 33-digit number P(32) = floor(Pi*10^32) = 314159265358979323846264338327950 is the first of this kind to have a digit 0. So, when a(1) = 32 digits have been scanned, the 0 hasn't been seen yet. Similarly, the last two-digit string to occur is 68 == P(606) (mod 100): it is not seen until the 607 digits of P(606), i.e., the 607 initial digits of Pi, have been scanned. - M. F. Hasler, Jun 15 2026
FORMULA
a(n) = A080597(n) - 1.
CROSSREFS
KEYWORD
nonn,base,more,changed
AUTHOR
EXTENSIONS
a(8)-a(11) from fabrice(AT)bellard.org (Fabrice Bellard), Oct 23 2011
a(12)-a(13) from Michael Kleber, Apr 13 2026
STATUS
approved
