login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104957 Decimal expansion of the area of the regular 7-gon (heptagon) of circumradius = 1. 5
2, 7, 3, 6, 4, 1, 0, 1, 8, 8, 6, 3, 8, 1, 0, 4, 3, 3, 0, 4, 7, 9, 5, 5, 5, 8, 4, 3, 3, 5, 9, 2, 0, 2, 1, 2, 5, 8, 1, 3, 1, 7, 0, 8, 1, 5, 4, 8, 0, 4, 0, 6, 3, 5, 1, 4, 3, 2, 2, 2, 2, 3, 5, 3, 1, 5, 7, 8, 2, 1, 0, 6, 0, 7, 1, 8, 7, 7, 7, 5, 4, 5, 9, 5, 3, 0, 3, 8, 0, 2, 4, 1, 1, 8, 4, 6, 8, 4, 3, 7, 8, 1, 2, 9, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, the area in the complex plane of the smallest convex set containing all order-7 roots of unity.
The largest root of 4096*x^6 - 87808*x^4 + 537824*x^2 - 823543 = 0.
LINKS
Eric Weisstein et al., Root of Unity.
Eric Weisstein's World of Mathematics, de Moivre Number.
FORMULA
Equals 3*sin(2*Pi/7) - sin(12*Pi/7)/2.
Equals 7*cos(3*Pi/14)/2. - Amiram Eldar, Feb 25 2023
EXAMPLE
2.736410188638104330479555843359202125813170815480406351432222353...
MATHEMATICA
RealDigits[Floor[n/2]*Sin[(2*Pi)/n] - Sin[(4*Pi*Floor[n/2])/n]/2 /. n -> 7, 10, 100][[1]]
RealDigits[Root[-823543 + 537824*#1^2 - 87808*#1^4 + 4096*#1^6 &, 5, 0], 10, 100][[1]]
PROG
(PARI) 3*sin((2*Pi)/7) - sin((12*Pi)/7)/2 \\ Michel Marcus, Feb 25 2023
CROSSREFS
Sequence in context: A075639 A082737 A334971 * A329333 A083119 A246163
KEYWORD
nonn,cons
AUTHOR
Joseph Biberstine (jrbibers(AT)indiana.edu), Mar 30 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 09:10 EDT 2024. Contains 371964 sequences. (Running on oeis4.)