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.

A202813 Next n digits of e.

Original entry on oeis.org

2, 71, 828, 1828, 45904, 523536, 287471, 35266249, 775724709, 3699959574, 96696762772, 407663035354, 7594571382178, 52516642742746, 639193200305992, 1817413596629043, 57290033429526059, 563073813232862794, 3490763233829880753, 19525101901157383418
Offset: 1

Views

Author

Harvey P. Dale, Dec 24 2011

Keywords

Crossrefs

Cf. A001113.

Programs

  • Mathematica
    With[{e=RealDigits[E,10,500][[1]]},FromDigits/@Table[Take[e,{n (n-1)/2+1,(n(n+1))/2}],{n,25}]]