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.

A321161 Decimal expansion of Wilf's formula: Product_{k>=1} exp(-1/k)*(1 + 1/k + 1/(2*k^2)) = exp(-gamma)*cosh(Pi/2)/(Pi/2).

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Jan 11 2019

Keywords

Comments

The formula was discovered by Wilf in 1997.

Examples

			0.896871242167379021690230319086367005622530649081704...
		

References

  • H. M. Srivastava and Junesang Choi, Zeta and q-Zeta Functions and Associated Series and Integrals, Elsevier, 2011, p. 366.

Crossrefs

Programs

  • Mathematica
    RealDigits[Exp[-EulerGamma]*Cosh[Pi/2]/(Pi/2), 10, 100][[1]]
  • PARI
    exp(-Euler)*cosh(Pi/2)/(Pi/2) \\ Michel Marcus, Jan 15 2019