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.

A212113 Denominators of convergents to the Dottie number, A003957.

Original entry on oeis.org

1, 1, 3, 4, 19, 23, 939, 962, 9597, 39350, 88297, 127647, 2003002, 4133651, 51606814, 55740465, 1222156579, 1277897044, 22946406327, 1194491026048, 3606419484471, 4800910510519, 32411882547585
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]]; Denominator[Convergents[z, 100]]