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.

A105326 Digital expansion of e+Pi: numbers from each pair of successive digits.

Original entry on oeis.org

58, 59, 87, 44, 82, 4, 88, 38, 47, 38, 22, 93, 8, 54, 63, 21, 65, 38, 19, 54, 41, 64, 93, 7, 50, 65, 39, 59, 41, 91, 22, 20, 3, 18, 93, 3, 66, 39, 75, 65, 93, 19, 94, 17, 0, 38, 67, 28, 34, 95, 40, 96, 14, 47, 84, 45, 28, 53, 66, 56, 89, 11, 25, 82, 6, 17, 96, 25, 80, 46, 25, 69
Offset: 1

Views

Author

Zak Seidov, Apr 30 2005

Keywords

Programs

  • Mathematica
    Table[FromDigits[Partition[RealDigits[N[e+Pi, 200]][[1]], 2][[i]]], {i, 100}]