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.

A051021 Decimal expansion of Mills's constant, assuming the Riemann Hypothesis is true.

Original entry on oeis.org

1, 3, 0, 6, 3, 7, 7, 8, 8, 3, 8, 6, 3, 0, 8, 0, 6, 9, 0, 4, 6, 8, 6, 1, 4, 4, 9, 2, 6, 0, 2, 6, 0, 5, 7, 1, 2, 9, 1, 6, 7, 8, 4, 5, 8, 5, 1, 5, 6, 7, 1, 3, 6, 4, 4, 3, 6, 8, 0, 5, 3, 7, 5, 9, 9, 6, 6, 4, 3, 4, 0, 5, 3, 7, 6, 6, 8, 2, 6, 5, 9, 8, 8, 2, 1, 5, 0, 1, 4, 0, 3, 7, 0, 1, 1, 9, 7, 3, 9, 5, 7, 0, 7, 2, 9
Offset: 1

Views

Author

Keywords

Comments

Not known to be rational or irrational. See Saito (2024) for a new result. - Charles R Greathouse IV, Jul 18 2013, Hugo Pfoertner, May 01 2024

Examples

			1.3063778838630806904686144926026057129167845851567136443680537599664340537668...
		

References

  • T. M. Apostol, Introduction to Analytic Number Theory, Springer-Verlag, 1976, page 8.
  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 2.13, p. 130.
  • Paulo Ribenboim, The Little Book of Bigger Primes, Springer-Verlag NY 2004. See p. 137.

Crossrefs

Cf. A051254.

Programs

  • Mathematica
    RealDigits[ Nest[ NextPrime[#^3] &, 2, 7]^(1/3^8), 10, 111][[1]] (* Robert G. Wilson v, Nov 14 2012 *)
  • PARI
    A051021_upto(N=99)=localprec(N+9);digits(10^N*sqrtn(A051254(N=logint(N,3)+2),3^N)\1) \\ M. F. Hasler, Sep 11 2024

Extensions

More terms from Robert G. Wilson v, Sep 08 2000
More terms from Tin Apato (tinapto(AT)yahoo.es), Dec 12 2007