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.

A308716 Decimal expansion of 2*sinh(Pi/2)/Pi.

Original entry on oeis.org

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

Views

Author

Ilya Gutkovskiy, Jun 19 2019

Keywords

Examples

			1.465052383336634877609179374112651007819934264167...
		

Crossrefs

Programs

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

Formula

Equals Product_{k>=1} (1 + 1/(4*k^2)).
Equals Product_{k>=1} (1 + 1/A016742(k)).
Equals binomial(0, i/2), where i is the imaginary unit. - Amiram Eldar, Nov 25 2020