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.

A158241 Decimal expansion of theta = arctan((sqrt(10-2*sqrt(5))-2)/(sqrt(5)-1)).

Original entry on oeis.org

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

Views

Author

Benoit Cloitre, Mar 14 2009

Keywords

Comments

This number arose in the Davenport-Heilbronn zeta-function which satisfies a functional equation (like zeta) but does not satisfy RH. Some nontrivial zeros are off the critical line (see reference).

Examples

			0.27678717...
		

References

  • P. Borwein et al., The Riemann Hypothesis, Springer (2009), 136-137.

Programs

  • Mathematica
    RealDigits[ArcTan[(Sqrt[10-2*Sqrt[5]]-2)/(Sqrt[5]-1)],10,120][[1]] (* Harvey P. Dale, Mar 03 2018 *)
  • PARI
    atan((sqrt(10-2*sqrt(5))-2)/(sqrt(5)-1)) \\ Charles R Greathouse IV, Mar 10 2016

Extensions

Keyword:cons inserted, leading zero and offset adjusted by R. J. Mathar, Jul 15 2010