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.

A159672 Continued fraction expansion of A038458.

Original entry on oeis.org

0, 1, 1, 3, 4, 2, 13, 2, 3, 4, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 3, 1, 90, 4, 52, 5, 1, 3, 1, 1, 2, 1, 12, 2, 1, 1, 2, 2, 2, 1, 1, 3, 10, 75, 15, 1, 2, 2, 3, 1, 1, 2, 1, 1, 1, 9, 4, 9, 1, 1, 1, 3, 3, 1, 1, 1, 2, 1, 1, 1, 3, 3, 1, 3, 4, 2, 4, 7, 1, 78, 1, 1, 1, 1, 1, 44, 1, 2, 1, 9, 37, 1, 2, 1, 10, 8, 1, 14
Offset: 0

Views

Author

Harry J. Smith, Apr 19 2009

Keywords

Examples

			0.5671481302020177146468468755... = 0 + 1/(1 + 1/(1 + 1/(3 + 1/(4 + ...)))).
		

Programs

  • PARI
    { allocatemem(932245000); default(realprecision, 21000); x=contfrac(solve(x=.5,.6,127^x-113^x-1)); for (n=0, 20000, write("b159672.txt", n, " ", x[n+1])); }

Extensions

Edited by N. J. A. Sloane, Dec 16 2013