OFFSET
2,1
COMMENTS
This constant multiplied by the square of the side length of a regular 18-gon equals the area of that 18-gon.
18^2 divided by this constant equals 72 * tan(Pi/18) = 12.69554261... which is the perimeter and the area of an equable 18-gon with its side length 4 * tan(Pi/18) = 0.70530792... .
LINKS
FORMULA
Equals 9 / (2 * tan(Pi/18)).
Equals 9/2 * (sqrt(3) + 4^(1/3) * ((sqrt(3) + i)^(1/3) + (sqrt(3) - i)^(1/3))).
Equals 9 * (sqrt(3/4) + i^(1/9) + 1 / i^(1/9)).
Minimal polynomial: 64*x^6 - 42768*x^4 + 708588*x^2 - 1594323. - Amiram Eldar, May 25 2026
EXAMPLE
25.5207681882796928...
MAPLE
evalf((9 / (2 * tan(Pi/18))), 105);
MATHEMATICA
RealDigits[9 / (2 * Tan[Pi/18]), 10, 105][[1]]
PROG
(PARI) 9 / (2 * tan(Pi/18))
(PARI) polrootsreal(64*x^6 - 42768*x^4 + 708588*x^2 - 1594323) \\ Charles R Greathouse IV, Apr 24 2026
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Michal Paulovic, Feb 18 2026
STATUS
approved
