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.

A048292 1-digit terms in the continued fraction for Pi.

Original entry on oeis.org

3, 7, 1, 1, 1, 1, 2, 1, 3, 1, 2, 1, 1, 2, 2, 2, 2, 1, 2, 1, 1, 3, 1, 4, 2, 6, 6, 1, 2, 2, 6, 3, 5, 1, 1, 6, 8, 1, 7, 1, 2, 3, 7, 1, 2, 1, 1, 1, 1, 1, 3, 1, 1, 8, 1, 1, 2, 1, 6, 1, 1, 5, 2, 2, 3, 1, 2, 4, 4, 1, 1, 1, 2, 2, 1, 4, 1, 2, 1, 2, 1, 3, 1, 2, 1, 1, 2, 5, 4, 1, 2, 2, 8, 1, 5, 2, 2, 1, 4, 1, 1, 8
Offset: 1

Views

Author

Keywords

Examples

			A001203 begins (3, 7, 15, 1, 292, 1, ...) so sequence begins (3, 7, 1, 1, ...).
		

Crossrefs

Programs

  • Mathematica
    Select[ContinuedFraction[Pi,200],#<10&] (* Harvey P. Dale, Jan 29 2023 *)