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.

A143098 First differences of A143097.

Original entry on oeis.org

1, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2, 2, -1, 2
Offset: 1

Views

Author

Gary W. Adamson, Jul 24 2008

Keywords

Comments

Binomial transform gives A143100.
1 followed by {2, -1, 2} repeated. - Amiram Eldar, Jun 02 2025

Crossrefs

Programs

  • Mathematica
    Join[{1}, Flatten[Table[{2, -1, 2}, {33}]]] (* Amiram Eldar, Jun 02 2025 *)

Formula

G.f.: x(1+2x-x^2+x^3)/((1-x)(1+x+x^2)). - R. J. Mathar, Sep 06 2008