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.

A197562 Partial sums of A073177 (product of n-th digit of Pi and n-th digit of e).

Original entry on oeis.org

6, 13, 17, 25, 35, 107, 109, 157, 167, 191, 211, 251, 332, 332, 368, 383, 387, 396, 436, 448, 484, 484, 496, 528, 549, 561, 617, 620, 626, 661, 679, 709, 709, 713, 745, 817, 845, 852, 897, 946, 948, 972, 1035, 1035, 1116, 1143, 1161, 1224, 1269, 1278, 1278
Offset: 0

Views

Author

Harvey P. Dale, Oct 16 2011

Keywords

Crossrefs

Cf. A073177.

Programs

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