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.

A308715 Decimal expansion of cosh(Pi/2).

Original entry on oeis.org

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

Views

Author

Ilya Gutkovskiy, Jun 19 2019

Keywords

Examples

			2.50917847865805678200999564326940594821202435...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Cosh[Pi/2], 10, 120][[1]]
  • PARI
    cosh(Pi/2) \\ Michel Marcus, Jun 20 2019

Formula

Equals Product_{k>=1} (1 + 1/(2*k - 1)^2).
Equals Product_{k>=0} (1 + 1/A016754(k)).