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.

A019740 Decimal expansion of e/3.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			0.906093942819681745120095823784220832585749031233319858322322542574692... - _Harry J. Smith_, May 12 2009
		

Crossrefs

Cf. A006084 = Continued fraction. - Harry J. Smith, May 12 2009

Programs

  • Mathematica
    RealDigits[E/3,10,120][[1]] (* Harvey P. Dale, Oct 12 2014 *)
  • PARI
    { default(realprecision, 20080); x=10*exp(1)/3; for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b019740.txt", n, " ", d)); } \\ Harry J. Smith, May 12 2009

Extensions

Fixed my PARI program, had -n, by Harry J. Smith, May 19 2009