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.

Showing 1-2 of 2 results.

A383859 Central angle of the solution of the Tammes problem for 7 points on the sphere (in radians).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, May 12 2025

Keywords

Examples

			1.3590798976326601418850028816473327537..
		

Crossrefs

Cf. A019819, A019669 (N=6), A381756 (N=8), A137914 (N=9), A340918 (N=10), A105199 (N=11 and N=12). A217695 (N=13), A383860 (N=14), A383861 (N=24).

Programs

  • Maple
    cos(4*Pi/9) ; %/(1-%) ; arccos(%) ; evalf(%,120) ;

Formula

cos( this ) = cos phi/(1- cos phi) where cos(phi)=A019819.

A383861 Central angle of the solution of the Tammes problem for 24 points on the sphere (in radians).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, May 12 2025

Keywords

Examples

			0.762547738750982556743106092114...
		

Crossrefs

Cf. A058265, A019669 (N=6), A383859 (N=7), A381756 (N=8), A137914 (N=9), A340918 (N=10), A105199 (N=11 and N=12). A217695 (N=13), A383860 (N=14).

Programs

  • Maple
    t := (1+(19+3*sqrt(33))^(1/3)+(19-3*sqrt(33))^(1/3))/3 ; arccos((t-1)/(3-t)) ; evalf(%,120);

Formula

cos( this ) = (t-1)/(3-t) where t=A058265.
Showing 1-2 of 2 results.