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.

A179212 First differences of A179211.

Original entry on oeis.org

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

Views

Author

Reinhard Zumkeller, Jul 05 2010

Keywords

Comments

a(n) = A179211(n+1) - A179211(n);
-1 <= a(n) <= 2.

Formula

a(n) = A008966(2*n+2) + A008966(2*n+1) - A008966(n).