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.

A160483 Second right hand column of the Beta triangle A160480.

Original entry on oeis.org

-11, 36, -85, 166, -287, 456, -681, 970, -1331, 1772, -2301, 2926, -3655, 4496, -5457, 6546, -7771, 9140, -10661, 12342, -14191, 16216, -18425, 20826, -23427, 26236, -29261, 32510, -35991, 39712, -43681, 47906, -52395, 57156
Offset: 1

Views

Author

Johannes W. Meijer, May 24 2009

Keywords

Crossrefs

A160480 is the Beta triangle.
A160484 is the third right hand column.

Formula

a(n) = (-1)^(n)*(2*n+1)^2 - a(n-1) for n = 2, 3, .. , with a(1) = -11.
From Chai Wah Wu, Sep 24 2020: (Start)
a(n) = - 4*a(n-1) - 6*a(n-2) - 4*a(n-3) - a(n-4) for n > 4.
G.f.: x*(-2*x^3 - 7*x^2 - 8*x - 11)/(x + 1)^4. (End)