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.

A077644 Number of decimal digits of A070177(n).

Original entry on oeis.org

1, 2, 9, 32, 107, 347, 1108, 3515, 11132, 35219, 111391, 352269, 1113996, 3522791, 11140072, 35228031, 111400846, 352280442, 1114008610, 3522804578, 11140086260
Offset: 0

Views

Author

Labos Elemer, Nov 15 2002

Keywords

Examples

			p(10^3) = 24061467864032622473692149727991 has 32 decimal digits, so a(3) = 32.
		

References

  • Richard P. Stanley, Enumerative Combinatorics, Cambridge University Press, April 1997, p. 79.

Crossrefs

Cf. A070177.

Programs

  • Mathematica
    f[n_] := Floor[ Log[10, PartitionsP[10^n]] + 1]; Array[f, 13, 0]
  • PARI
    a(n)=#Str(numbpart(10^n)) \\ Charles R Greathouse IV, Jul 09 2012

Formula

a(n) = (Pi*sqrt(2/3)*sqrt(10)^n-log(48)/2-n*log(10))/log(10) + O(1). - Charles R Greathouse IV, Jul 10 2012

Extensions

a(0), a(10)-a(12), a(15)=35228031 from Robert G. Wilson v, Jun 08 2010
a(13)-a(19) from Charles R Greathouse IV, Jul 09 2012 based on Johansson 2012
a(20) from Robert G. Wilson v, Mar 02 2014