OFFSET
1,1
COMMENTS
Quartic number of degree 4 and denominator 2; minimal polynomial 16x^4 - 500x^2 + 3125. - Charles R Greathouse IV, Apr 20 2016
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..10001
Eric Weisstein's MathWorld, Decagon
Wikipedia, Decagon
FORMULA
Equals (5/2)*sqrt((5-sqrt(5))/2).
Area formulas from triangle to dodecagon, with circumradius 1:
n-gon area(n) = (1/2)*n*sin(2*Pi/n)
3-gon (3*sqrt(3))/4
4-gon 2
5-gon (5/4)*sqrt((5+sqrt(5))/2)
6-gon (3*sqrt(3))/2
7-gon (7/2)*cos((3*Pi)/14)
8-gon 2*sqrt(2)
9-gon (9/2)*sin((2*Pi)/9)
10-gon (5/2)*sqrt((5-sqrt(5))/2)
11-gon (11/2)*sin((2*Pi)/11)
12-gon 3
This constant is (5/2)*A182007. - Wolfdieter Lang, May 08 2018
EXAMPLE
2.9389262614623656458435297731953638429882621882157299553613624...
MATHEMATICA
RealDigits[(5/2)*Sqrt[(5 - Sqrt[5])/2], 10, 101] // First
PROG
(PARI) (5/2)*sqrt((5 - sqrt(5))/2) \\ Michel Marcus, May 29 2015
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, May 29 2015
STATUS
approved