cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A104955 Decimal expansion of the area of the regular 5-gon (pentagon) of circumradius = 1.

Original entry on oeis.org

2, 3, 7, 7, 6, 4, 1, 2, 9, 0, 7, 3, 7, 8, 8, 3, 9, 3, 0, 2, 9, 1, 0, 9, 8, 3, 3, 3, 4, 4, 8, 4, 5, 5, 3, 5, 8, 5, 1, 4, 2, 4, 6, 5, 8, 5, 3, 1, 4, 3, 7, 5, 5, 5, 6, 1, 1, 8, 2, 6, 4, 1, 1, 1, 0, 7, 5, 3, 8, 2, 9, 2, 5, 2, 1, 2, 9, 8, 3, 7, 5, 4, 2, 9, 6, 9, 8, 2, 0, 2, 7, 4, 2, 7, 0, 2, 8, 4, 5, 4, 1, 8, 9, 7, 4
Offset: 1

Views

Author

Joseph Biberstine (jrbibers(AT)indiana.edu), Mar 30 2005

Keywords

Comments

Equivalently, the area in the complex plane of the smallest convex set containing all order-5 roots of unity.

Examples

			2.377641290737883930291098333448455358514246585314375556118264111075382925212...
		

Crossrefs

Programs

  • Mathematica
    Floor[n/2]*Sin[(2*Pi)/n] - Sin[(4*Pi*Floor[n/2])/n]/2 /. n -> 5
    RealDigits[(5(Sqrt[(5+Sqrt[5])/2]))/4,10,120][[1]] (* Harvey P. Dale, Jul 21 2013 *)
  • PARI
    (5*sqrt((5 + sqrt(5))/2))/4 \\ Michel Marcus, Feb 24 2023

Formula

Equals (5*sqrt((5 + sqrt(5))/2))/4.