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.

A334402 Decimal expansion of cosh(Pi).

Original entry on oeis.org

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

Views

Author

Ilya Gutkovskiy, Apr 26 2020

Keywords

Comments

This constant is transcendental.

Examples

			(e^Pi + e^(-Pi))/2 = 11.5919532755215206277517520525601...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Cosh[Pi], 10, 110] [[1]]

Formula

Equals Sum_{k>=0} Pi^(2*k)/(2*k)!.
Equals Product_{k>=0} (1 + 4/(2*k+1)^2).
Equals Product_{k>=1} (k^2 + 4)/(k^2 + 1). - Amiram Eldar, Aug 09 2020