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.

A089250 Add 2 (mod 10) to each decimal digit of Pi.

Original entry on oeis.org

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

Views

Author

Mike Hoolehan (mike(AT)sycamore.us), Dec 12 2003

Keywords

Crossrefs

Cf. A059833.

Programs

  • Mathematica
    Mod[2+#,10]&/@RealDigits[Pi,10,150][[1]] (* Harvey P. Dale, Apr 30 2020 *)