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.

A153012 Differences between adjacent digits of square root of 2.

Original entry on oeis.org

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

Views

Author

Moritz Franckenstein, Dec 16 2008

Keywords

Crossrefs

A002193 Decimal expansion of square root of 2.

Programs

  • Mathematica
    Differences[RealDigits[Sqrt[2],10,120][[1]]] (* Harvey P. Dale, Sep 02 2015 *)