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.

A210648 Continued fraction of A137245 = sum( 1/(p log p), p prime ) = 1.63661632335126...

Original entry on oeis.org

1, 1, 1, 1, 3, 32, 2, 3, 3, 1, 3, 2, 3, 6, 1, 3, 1, 3, 6, 8, 1, 4, 17, 1, 2, 3, 3, 1, 2, 2, 3, 5, 15, 1, 1, 5, 1, 1, 3, 2, 1, 1, 1, 3, 1, 2, 2, 2, 1, 1, 1, 25, 1, 8, 10, 1, 1, 11, 2, 2, 25, 2, 16, 1, 2, 1, 2, 1, 1, 1, 2, 11, 4, 35, 3, 1, 1, 9, 59, 1, 2, 2, 1
Offset: 0

Views

Author

M. F. Hasler, Mar 27 2012

Keywords

Programs

  • PARI
    s=1.6366163233512608685696580039218636711815970761312; e=.1^default(realprecision); a=[contfrac(s+e),contfrac(s-e)]; for(n=1,min(#a[1],#a[2]), a[1][n] == a[2][n] & print1(a[1][n]","))

Extensions

More terms from Vaclav Kotesovec, Jun 12 2022