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.

A224936 Primes in either the numerator or denominator of continued fraction convergents to Pi.

Original entry on oeis.org

3, 7, 113, 103993, 833719, 265381, 4272943, 411557987, 842468587426513207, 7809723338470423412693394150101387872685594299
Offset: 1

Views

Author

Harvey P. Dale, Apr 20 2013

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Flatten[{Numerator[#],Denominator[#]}&/@Convergents[Pi,10000]],PrimeQ]