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.

A340918 Decimal expansion of largest angular separation (in radians) between 10 points on a unit sphere.

Original entry on oeis.org

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

Views

Author

Hugo Pfoertner, Jan 30 2021

Keywords

Comments

In his habilitation thesis from 1963, Ludwig Danzer provided an interval from 1.1544786 to 1.1544795 (rounded) for this value.

Examples

			1.1544798334192707378319618404230211144893004873633425122414214417...
		

References

  • Ludwig Danzer, Endliche Punktmengen auf der 2-Sphaere mit moeglichst grossem Minimalabstand. Habilitationsschrift, Universitaet Goettingen, 1963. See link for the English translation.

Crossrefs

Programs

  • Mathematica
    First[RealDigits[ArcTan[Sqrt[4/Sqrt[3]*Cos[ArcTan[Sqrt[3*229]/9]/3] + 3]], 10, 100]] (* Paolo Xausa, Feb 27 2025 *)
  • PARI
    atan(sqrt((4/sqrt(3))*cos((1/3)*atan(sqrt(3*229)/9))+3))

Formula

atan(sqrt((4/sqrt(3))*cos((1/3)*atan(sqrt(3*229)/9)) + 3))