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.

A344476 Decimal expansion of the value of the Buchstab function at phi + 2 = (5 + sqrt(5))/2 (A296184).

Original entry on oeis.org

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

Views

Author

Amiram Eldar, May 20 2021

Keywords

Examples

			0.56093863969277163346004116368055699296113179704964...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, p. 286.

Crossrefs

Programs

  • Mathematica
    RealDigits[(1 + 2*Log[GoldenRatio] + Log[GoldenRatio]^2 - Pi^2/60)/(GoldenRatio + 2), 10, 100][[1]]
  • PARI
    my(phi = quadgen(5)); (1 + 2*log(phi) + log(phi)^2 - Pi^2/60)/(phi+2) \\ Amiram Eldar, Jan 09 2025

Formula

Equals (1 + 2*log(phi) + log(phi)^2 - Pi^2/60)/(phi+2) (Moree, 1995).

Extensions

More terms from Amiram Eldar, Jan 09 2025