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.

A127551 Decimal expansion of the number 5.1410381418412742236797378119983... having continued fraction expansion 5, 7, 11, 13, 17, 19, ... (successive odd primes starting from 5).

Original entry on oeis.org

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

Views

Author

Artur Jasinski, Jan 18 2007

Keywords

Examples

			5.1410381418412742236797378119983174092833067391135342072110210562...
		

Crossrefs

Programs

  • Mathematica
    a = {}; Do[AppendTo[a, Prime[n]], {n, 3, 100}]; RealDigits[N[FromContinuedFraction[a], 100]][[1]]
    RealDigits[ FromContinuedFraction[Prime /@ Range[3, 50]], 10, 111][[1]]

Extensions

More terms from Robert G. Wilson v, Dec 30 2007