login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A267040
Decimal expansion of sqrt(8)*arctan(sqrt(2)/5).
3
7, 7, 9, 6, 3, 5, 5, 7, 0, 0, 4, 4, 2, 5, 2, 9, 3, 7, 8, 2, 5, 4, 5, 0, 8, 2, 4, 9, 9, 3, 2, 2, 9, 0, 3, 0, 0, 1, 1, 1, 1, 5, 9, 5, 3, 9, 5, 2, 5, 4, 8, 4, 2, 5, 5, 2, 7, 3, 1, 7, 0, 3, 7, 0, 0, 1, 1, 8, 3, 5, 2, 4, 4, 9, 0, 7, 6, 1, 7, 9, 0, 5, 1, 0, 5, 9, 4
OFFSET
0,1
COMMENTS
This constant is the packing density of a regular tetrahedron. That is, let S be a regular tetrahedron of edge length 2 and let B the part of S that lies within distance 1 of some vertex. Then this constant is the ratio of the volume of B to the volume of S.
LINKS
Thomas C. Hales, A proof of the Kepler conjecture, Annals of Mathematics, Vol. 162, No. 3 (2005), pp. 1065-1185.
Carl A. Rogers, The packing of equal spheres, Proceedings of the London Mathematical Society, Vol. 3, No. 4 (1958), pp. 609-620.
FORMULA
Equals sqrt(8)*arctan(sqrt(2)/5).
Equals 3*A093825 - 2*A266814.
Equals 3*sqrt(2)*(arccos(1/3) - Pi/3). - Amiram Eldar, Jun 26 2021
EXAMPLE
0.77963557004425293782545082499322903001111595395254...
MATHEMATICA
First@ RealDigits@ N[Sqrt[8] ArcTan[Sqrt[2]/5], 120] (* Michael De Vlieger, Jan 09 2016 *)
PROG
(PARI) sqrt(8)*atan(sqrt(2)/5) \\ Michel Marcus, Jan 09 2016
(Magma) SetDefaultRealField(RealField(100)); Sqrt(8)*Arctan(Sqrt(2)/5); // G. C. Greubel, Aug 19 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Martin Renner, Jan 09 2016
STATUS
approved