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.

A242439 Decimal expansion of the coefficient C used in the asymptotic evaluation of the number of primitive Pythagorean triangles with area less than n, as C*sqrt(n).

Original entry on oeis.org

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

Views

Author

Jean-François Alcover, May 14 2014

Keywords

Examples

			0.531339949958421825591245097552256...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, p. 277.

Crossrefs

Cf. A118858.

Programs

  • Mathematica
    RealDigits[1/Sqrt[2*Pi^5]*Gamma[1/4]^2 , 10, 100] // First

Formula

(1/sqrt(2*Pi^5))*GAMMA(1/4)^2.