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.

A086056 Decimal expansion of Pi/(2e).

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Jul 07 2003

Keywords

Examples

			0.57786367489546085895504659165634814956042551...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Sections 1.4.3 and 7.2, pp. 22, 459.

Crossrefs

Cf. A216184 (Integral_{x>=0} sin(x)/(x^2+1)).

Programs

Formula

Equals Integral_{x>=0} cos(x)/(x^2+1) dx = Integral_{x>=0} x*sin(x)/(x^2+1) dx. - Jean-François Alcover, Mar 28 2013
Equals Product_{k>=1} (1 + 2/k)^((-1)^(k+1) * k). - Amiram Eldar, Jul 16 2020