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.

A131386 a(n) = (-1)^n*n*(n-2).

Original entry on oeis.org

1, 0, -3, 8, -15, 24, -35, 48, -63, 80, -99, 120, -143, 168, -195, 224, -255, 288, -323, 360, -399, 440, -483, 528, -575, 624, -675, 728, -783, 840, -899, 960, -1023, 1088, -1155, 1224, -1295, 1368, -1443, 1520, -1599, 1680, -1763, 1848, -1935, 2024, -2115, 2208, -2303, 2400
Offset: 1

Views

Author

Jamel Ghanouchi, Aug 26 2008

Keywords

Crossrefs

Cf. A067998.

Programs

Formula

From R. J. Mathar, Dec 07 2009: (Start)
a(n) = -3*a(n-1) - 3*a(n-2) - a(n-3).
G.f.: x*(1+3*x)/(1+x)^3. (End)
Sum_{n>2} 1/a(n) = -1/4. - Enrique Pérez Herrero, Dec 19 2015

Extensions

Entry completely rewriten by Jamel Ghanouchi, Nov 02 2009
Terms corrected by Jamel Ghanouchi, Nov 07 2009
Definition clarified; zeros skipped; sequence extended - R. J. Mathar, Dec 07 2009