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.

A220083 a(n) = (15*n^2 + 9*n + 2)/2.

Original entry on oeis.org

1, 13, 40, 82, 139, 211, 298, 400, 517, 649, 796, 958, 1135, 1327, 1534, 1756, 1993, 2245, 2512, 2794, 3091, 3403, 3730, 4072, 4429, 4801, 5188, 5590, 6007, 6439, 6886, 7348, 7825, 8317, 8824, 9346, 9883, 10435, 11002, 11584, 12181, 12793, 13420, 14062
Offset: 0

Views

Author

Bruno Berselli, Dec 10 2012

Keywords

Comments

Sequence related to the heptagonal numbers (A000566) by a(n) = n*A000566(n)-(n-1)*A000566(n-1).
Other similar sequences:
A005408(m) = (m+1)*A001477(m+1)-m*A001477(m), A001477 = nonn. integers;
A000326(m) = m*A000217(n)-(m-1)*A000217(m-1), A000217 = triangular numbers;
A003215(m) = (m+1)*A000290(m+1)-n*A000290(m), A000290 = square numbers;
A081267(m) = (m+1)*A000326(m+1)-n*A000326(m), A000326 = pentagonal numbers;
A080859(m) = (m+1)*A000384(m+1)-n*A000384(m), A000384 = hexagonal numbers;
A214675(m) = m*A000567(m)-(m-1)*A000567(m-1), A000567 = octagonal numbers.

Crossrefs

Programs

Formula

G.f.: (1+10*x+4*x^2)/(1-x)^3.
Sum( a(i), i=0..n ) = A006597(n+1).
a(n) + a(-n) = A010005(n) for n>0.