OFFSET
0,1
COMMENTS
In a regular pentagon inscribed in a unit circle this is the cube of the length of the side divided by 5: (1/5)*(sqrt(3 - phi))^3 with phi from A001622. - Wolfdieter Lang, Jan 08 2018
Quartic number of denominator 5 and minimal polynomial 5x^4 - 10x^2 + 1. - Charles R Greathouse IV, May 13 2019
LINKS
Ivan Panchenko, Table of n, a(n) for n = 0..1000
Wikipedia, Exact trigonometric constants
FORMULA
Equals tan((phi - 1)/sqrt(2 + phi)) = (1/5)*(sqrt(3 - phi))^3 = (3 - phi)*sqrt(3 - phi)/5 = sqrt(7 - 4*phi)/(2*phi - 1), with phi from A001622. - Wolfdieter Lang, Jan 08 2018
Equals Product_{k>=0} ((5*k + 1)/(5*k + 4))^(-1)^(k) = Product_{k>=0} A090771(k)/A090773(k). - Antonio GraciĆ” Llorente, Mar 24 2024
EXAMPLE
0.3249196962329063261558714122151344649549034715214751003078047191...
MATHEMATICA
RealDigits[Tan[18 Degree], 10, 120][[1]] (* Harvey P. Dale, Mar 07 2012 *)
PROG
(PARI) tan(Pi/10) \\ Michel Marcus, Jan 08 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved