OFFSET
2,1
COMMENTS
The largest solution to x^4 - 20*x^3 - 350*x^2 - 500*x + 625 = 0.
This constant multiplied by the square of the side length of a regular 20-gon equals the area of that 20-gon.
20^2 divided by this constant equals 80 * tan(Pi/20) = 12.67075522... which is the perimeter and the area of an equable 20-gon with its side length 4 * tan(Pi/20) = 0.63353776... .
LINKS
FORMULA
Equals 5 / tan(Pi/20).
Equals 5 / (1 + sqrt(5) - sqrt(5 + sqrt(20))).
Equals 5 * tan(9*Pi/20).
Equals 5 * (1 + sqrt(5) + sqrt(5 + sqrt(20))).
Equals 5 + 10 * (sqrt(5/4) + sqrt(5/4 + sqrt(5/4))) = 5 + 10 * A188594.
Equals 5 * phi * (2 + sqrt(5/2 + sqrt(5/4))) where phi = 1.61803398... .
EXAMPLE
31.5687575733752154...
MAPLE
evalf((5 / tan(Pi/20)), 105);
MATHEMATICA
RealDigits[5 / Tan[Pi/20], 10, 105][[1]]
PROG
(PARI) 5 / tan(Pi/20)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Michal Paulovic, Mar 20 2026
STATUS
approved
