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.

A134314 First differences of A134429.

Original entry on oeis.org

-8, 8, -8, 16, -24, 24, -24, 32, -40, 40, -40, 48, -56, 56, -56, 64, -72, 72, -72, 80, -88, 88, -88, 96, -104, 104, -104, 112, -120, 120, -120, 128, -136, 136, -136, 144, -152, 152, -152, 160, -168, 168, -168, 176, -184, 184, -184, 192, -200, 200, -200, 208
Offset: 0

Views

Author

Paul Curtz, Jan 30 2008

Keywords

Programs

Formula

From R. J. Mathar, Feb 07 2009: (Start)
a(n)= -2*a(n-1)-2*a(n-2)-2*a(n-3)-a(n-4) = -8*(-1)^n*A004525(n+1).
G.f.: -8*(1+x+x^2)/((1+x^2)*(1+x)^2). (End)

Extensions

Edited by N. J. A. Sloane, Mar 23 2008
More terms from R. J. Mathar, Feb 07 2009