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.

A174607 Decimal expansion of Pi^2/(6*log(phi)) where phi=(1+sqrt(5))/2.

Original entry on oeis.org

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

Views

Author

Benoit Cloitre, Mar 23 2010

Keywords

Examples

			3.41831597061124385292763138...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Pi^2/(6*Log[GoldenRatio]), 10, 100][[1]] (* Amiram Eldar, May 24 2023 *)
  • PARI
    Pi^2/6/log((1+sqrt(5))/2) \\ Michel Marcus, Apr 04 2014