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.

A296911 Partial sums of A296910.

Original entry on oeis.org

1, 5, 11, 25, 39, 61, 83, 113, 143, 181, 219, 265, 311, 365, 419, 481, 543, 613, 683, 761, 839, 925, 1011, 1105, 1199, 1301, 1403, 1513, 1623, 1741, 1859, 1985, 2111, 2245, 2379, 2521, 2663, 2813, 2963, 3121, 3279, 3445, 3611, 3785, 3959, 4141, 4323, 4513, 4703, 4901, 5099, 5305, 5511, 5725
Offset: 0

Views

Author

N. J. A. Sloane, Dec 22 2017

Keywords

Programs

  • Maple
    1, seq(2*n^2 + 2*n - (-1)^n,n=1..100); # Robert Israel, Dec 22 2017

Formula

From Robert Israel, Dec 22 2017: (Start)
a(n) = 2*n^2 + 2*n - (-1)^n for n >= 1.
G.f.: (1+3*x+x^2+5*x^3-2*x^4)/((1+x)*(1-x)^3). (End)