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.

A197563 Partial sums of A073212 (n-th digit of Pi plus n-th digit of e).

Original entry on oeis.org

5, 13, 18, 27, 34, 51, 54, 68, 75, 86, 95, 108, 126, 133, 146, 154, 158, 164, 177, 184, 196, 198, 206, 218, 228, 235, 250, 254, 259, 271, 282, 293, 299, 303, 315, 332, 343, 351, 365, 379, 382, 392, 408, 411, 429, 441, 450, 466, 480, 490, 495, 509, 522, 531
Offset: 0

Views

Author

Harvey P. Dale, Oct 16 2011

Keywords

Crossrefs

Cf. A073212.

Programs

  • Mathematica
    Accumulate[RealDigits[Pi,10,120][[1]]+RealDigits[E,10,120][[1]]]