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.

A180014 Decimal expansion of Pi/(2*phi^2).

Original entry on oeis.org

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

Views

Author

Frank M Jackson, Aug 06 2010

Keywords

Comments

This is the first of the three angles (in radians) of a unique triangle that is right angled and where the angles are in a Geometric Progression - pi/(2*phi^2), pi/(2*phi), pi/2. The angles (in degrees) are approx 34.377, 55.623, 90.

Examples

			0.5999908074321633305578888766584034632812497527645287607337781876828268345598596...
		

Programs

  • Mathematica
    RealDigits[N[Pi/(2(GoldenRatio)^2),100]][[1]]
  • PARI
    Pi/4*(3-sqrt(5)) \\ Charles R Greathouse IV, Jul 29 2011

Formula

pi/(2*phi^2) = A019669 / A104457 = (3 - sqrt(5)) * Pi/4.

Extensions

Partially edited by R. J. Mathar, Aug 07 2010
Mathematica program edited by Harvey P. Dale, Jul 10 2012