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.

A004595 Expansion of e in base 4.

Original entry on oeis.org

2, 2, 3, 1, 3, 3, 2, 0, 1, 1, 1, 0, 1, 1, 2, 0, 2, 2, 0, 2, 2, 3, 2, 3, 1, 0, 2, 2, 2, 1, 2, 2, 2, 2, 3, 3, 3, 1, 3, 0, 1, 1, 1, 2, 0, 2, 0, 0, 0, 2, 1, 3, 0, 3, 3, 1, 0, 3, 3, 0, 3, 3, 0, 1, 3, 1, 2, 0, 2, 3, 2, 1, 3, 0, 1, 1, 2, 0, 0, 3, 3, 0, 3, 2, 0, 2, 3, 1, 0, 3, 1, 2, 2, 1, 1, 1, 2, 2, 2
Offset: 1

Views

Author

Keywords

Crossrefs

Expansion of e in base b: A004593 (b=2), A004594 (b=3), this sequence (b=4), A004596 (b=5), A004597 (b=6), A004598 (b=7), A004599 (b=8), A004600 (b=9), A001113 (b=10), A170873 (b=16). - Jason Kimberley, Dec 05 2012

Programs

  • Mathematica
    RealDigits[E,4,120][[1]] (* Harvey P. Dale, Nov 06 2011 *)