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.

A036211 Successive digits of even numbers.

Original entry on oeis.org

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

Views

Author

Keywords

Crossrefs

Cf. A005843.

Programs

  • Mathematica
    Flatten@ Map[IntegerDigits, 2 Range[0, 100]] (* Michael De Vlieger, Nov 27 2015 *)