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.

A080597 Number of terms from the decimal expansion of Pi (A000796) which include every combination of n digits as consecutive subsequences.

Original entry on oeis.org

33, 607, 8556, 99850, 1369565, 14118313, 166100507, 1816743913, 22445207407, 241641121049, 2512258603208
Offset: 1

Views

Author

Martin Hasch (martin(AT)mathematik.uni-ulm.de), Feb 23 2003

Keywords

Examples

			a(2) = 607 because the first 607 digits of Pi contain every conceivable 2-digit subsequence but the first 606 digits do not. The combination (6, 8) appears as 606th and 607th term in A000796.
		

Crossrefs

Cf. A000796 (decimal expansion of Pi).
Cf. A036903 (= a(n) - 1).
Cf. A032510 (last digit string when scanning the decimal expansion of Pi for all n-digit strings).

Formula

a(n) = A036903(n) + 1. - Eric W. Weisstein, Sep 11 2013

Extensions

a(7)-a(8) from Piotr Idzik, Nov 01 2011
a(9)-a(11) from A036903(n) + 1 by Eric W. Weisstein, Sep 11 2013