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.

A134727 Successive digits of members of the Padovan sequence A000931(n).

Original entry on oeis.org

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

Views

Author

Omar E. Pol, Nov 10 2007

Keywords

Crossrefs

Cf. A000931.

Programs

  • Mathematica
    Flatten[IntegerDigits/@ LinearRecurrence[{0,1,1},{1,0,0},50]] (* Harvey P. Dale, Dec 31 2022 *)