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.

A019673 Decimal expansion of Pi/6.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

From Omar E. Pol, Aug 30 2007: (Start)
Pi/6 = Volume of the inscribed ellipsoid / (Volume of the cuboid (If L1>L2>L3)).
Pi/6 = Volume of the inscribed spheroid / (Volume of the cuboid (If L1>(L2=L3))).
Pi/6 = Volume of the inscribed spheroid / (Volume of the cuboid (If L1<(L2=L3))).
Pi/6 = Volume of the inscribed sphere / (Volume of the regular hexahedron (Or cube)). (End)
Pi/6 = Surface area of the inscribed sphere / (surface area of the regular hexahedron (or cube)). - Omar E. Pol, Nov 13 2007
Decimal expansion of arctan(sqrt(1/3)). - Clark Kimberling, Sep 23 2011
Also, decimal expansion of sum( k>=1, (-120+329*k+568*k^2)/(k*(1+k)*(1+2*k)*(1+4*k)*(3+4*k)*(5+4*k)) ). - Bruno Berselli, Dec 01 2013
Atomic packing factor (APF) of the simple cubic lattice filled with spheres of the same diameter (unique example among chemical elements: polonium crystal). - Stanislav Sykora, Sep 29 2014

Examples

			Pi/6 = 0.5235987755982988730771072305465838140328615665625176368291574...
		

References

  • Ian Stewart, Professor Stewart's Cabinet of Mathematical Curiosities, Basic Books, a member of the Perseus Books Group, NY, 2009, "A Constant Bore", pp. 49-50 & 264-266.

Crossrefs

Cf. APF's of other crystal lattices: A093825 (hcp,fcc), A247446 (diamond cubic).

Programs

Formula

From Amiram Eldar, Aug 15 2020: (Start)
Equals Integral_{x=0..oo} 1/(x^2 + 9) dx.
Equals Integral_{x=0..oo} 1/(9*x^2 + 1) dx. (End)
Pi/6 = Sum_{n >= 1} i/(n*P(n,sqrt(-3))*P(n-1,sqrt(-3))), where i = sqrt(-1) and P(n,x) denotes the n-th Legendre polynomial. The first ten terms of the series gives the approximation Pi/6 = 0.52359877559(52...) correct to 11 decimal places - Peter Bala, Mar 16 2024