login
A383955
Decimal expansion of sqrt(5/3 - 2*sqrt(1/45)).
0
1, 1, 6, 9, 8, 3, 9, 4, 2, 0, 4, 6, 1, 9, 2, 5, 9, 2, 2, 6, 7, 5, 8, 0, 9, 6, 2, 2, 1, 4, 2, 8, 1, 1, 6, 1, 1, 3, 6, 1, 2, 7, 8, 0, 4, 3, 9, 7, 1, 5, 9, 2, 8, 5, 3, 0, 7, 7, 6, 7, 4, 3, 8, 2, 5, 8, 2, 9, 0, 1, 3, 5, 5, 2, 5, 3, 5, 2, 2, 4, 3, 3, 1, 6, 2, 0, 8
OFFSET
1,3
COMMENTS
Let v_10 be a degree-10 vertex and v_3 be a degree-3 vertex of a triakis icosahedron centered at the origin. Then this is the ratio of norm(v_10)/norm(v_3).
The minimal polynomial is 45*x^4 - 150*x^2 + 121.
One choice of coordinates for the triakis icosahedron describes a degree-10 vertex of the triakis icosahedron as (0,1,(1+sqrt(5))/2) and a degree-3 vertex as ((5+7*sqrt(5))/22)*(1, 1, 1).
EXAMPLE
1.169839420461925922675809622142811611361278...
MATHEMATICA
RealDigits[Sqrt[(25 - 2*Sqrt[5])/15], 10, 100][[1]]
PROG
(PARI) sqrt(5/3-2*sqrt(1/45)) \\ Charles R Greathouse IV, May 19 2026
KEYWORD
nonn,cons
AUTHOR
Peter Kagey, Aug 19 2025
STATUS
approved