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.

A210975 Decimal expansion of square root of (Pi/6).

Original entry on oeis.org

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

Views

Author

Omar E. Pol, Aug 09 2012

Keywords

Comments

Edge of a cube with surface area Pi.

Examples

			0.723601254558267659363...
		

Crossrefs

Cf. A019673.

Programs

Formula

Equals (Pi/6)^(1/2).
Equals sqrt(A019673).
From A.H.M. Smeets, Sep 22 2018: (Start)
Equals Integral_{x >= 0} sin(3x)/sqrt(x) dx [Gradshteyn and Ryzhik].
Equals Integral_{x >= 0} cos(3x)/sqrt(x) dx [Gradshteyn and Ryzhik]. (End)