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.

A212112 Numerators of convergents to the Dottie number, A003957.

Original entry on oeis.org

0, 1, 2, 3, 14, 17, 694, 711, 7093, 29083, 65259, 94342, 1480389, 3055120, 38141829, 41196949, 903277758, 944474707, 16959347777, 882830559111, 2665451025110, 3548281584221, 23955140530436
Offset: 0

Views

Author

Ben Branman, May 01 2012

Keywords

Crossrefs

Programs

  • Mathematica
    z = FindRoot[Cos[x] == x, {x, 0, 1}, WorkingPrecision -> 10000][[1, -1]]; Numerator[Convergents[z, 100]]