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.

Showing 1-2 of 2 results.

A062089 Decimal expansion of Sierpiński's constant.

Original entry on oeis.org

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

Views

Author

Jason Earls, Jun 27 2001

Keywords

Examples

			2.5849817595792532170658935873831711600880516518526309173215...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge, 2003, pp. 122-126.

Crossrefs

Programs

  • Mathematica
    K=-Pi Log[Pi]+2 Pi EulerGamma+4 Pi Log[Gamma[3/4]];First@RealDigits[N[K,105]](* Ant King, Mar 02 2013 *)
  • PARI
    -Pi*log(Pi)+2*Pi*Euler+4*Pi*log(gamma(3/4))
    
  • PARI
    { default(realprecision, 5080); x=-Pi*log(Pi)+2*Pi*Euler+4*Pi*log(gamma(3/4)); for (n=1, 5000, d=floor(x); x=(x-d)*10; write("b062089.txt", n, " ", d)) } \\ Harry J. Smith, Aug 01 2009

Formula

Equals -Pi*log(Pi)+2*Pi*gamma+4*Pi*log(GAMMA(3/4)).
Equals Pi*A241017. - Eric W. Weisstein, Dec 10 2014
Equals Pi*(A086058-1). - Eric W. Weisstein, Dec 10 2014
Equals lim_{n->oo} (A004018(n)/n - Pi*log(n)). - Amiram Eldar, Apr 15 2021

A086058 Decimal expansion of conjectured value of delta related to the Masser-Gramain constant.

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Jul 07 2003

Keywords

Comments

Numerical work by Melquiond et al. (see reference) disproves Gramain's conjecture, correct bounds for the Masser-Gramain constant delta are: 1.819776 < delta < 1.819833. - Vaclav Kotesovec, Apr 27 2015

Examples

			1.82282524967884703299532871626146494947569311889485021839381561303709...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 7.2, p. 460.

Crossrefs

Programs

Formula

Equals 1 + A241017.
Equals 1 + A062089/Pi.
Showing 1-2 of 2 results.