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.

A133045 Successive digits of Fermat numbers A000215(n).

Original entry on oeis.org

3, 5, 1, 7, 2, 5, 7, 6, 5, 5, 3, 7, 4, 2, 9, 4, 9, 6, 7, 2, 9, 7, 1, 8, 4, 4, 6, 7, 4, 4, 0, 7, 3, 7, 0, 9, 5, 5, 1, 6, 1, 7, 3, 4, 0, 2, 8, 2, 3, 6, 6, 9, 2, 0, 9, 3, 8, 4, 6, 3, 4, 6, 3, 3, 7, 4, 6, 0, 7, 4, 3, 1, 7, 6, 8, 2, 1, 1, 4, 5, 7
Offset: 1

Views

Author

Omar E. Pol, Nov 10 2007

Keywords

Crossrefs

Programs

  • Mathematica
    IntegerDigits[Table[2^(2^n) + 1, {n, 0, 10}]] // Flatten (* G. C. Greubel, Oct 03 2017 *)