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.

A225515 First differences of A121347.

Original entry on oeis.org

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

Views

Author

Zak Seidov, May 09 2013

Keywords

Comments

Apparently a(n) = 1 or 2. From first 10000 terms, 8597 terms = 2.

Crossrefs

Cf. A121347.

Programs

  • Mathematica
    s={2}; f1=4; f2=2; k=2; Do[f1=f1*n^2; While[f2
    				

Formula

a(n) = A121347(n+2) - A121347(n+1).