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.

A219054 (8*n^3 + 3*n^2 + n) / 6.

Original entry on oeis.org

2, 13, 41, 94, 180, 307, 483, 716, 1014, 1385, 1837, 2378, 3016, 3759, 4615, 5592, 6698, 7941, 9329, 10870, 12572, 14443, 16491, 18724, 21150, 23777, 26613, 29666, 32944, 36455, 40207, 44208, 48466, 52989, 57785, 62862, 68228, 73891, 79859, 86140, 92742
Offset: 1

Views

Author

Reinhard Zumkeller, Nov 11 2012

Keywords

Comments

Row sums of the triangle in A070216.

Programs

Formula

a(n) = A000578(n) + A000330(n).
G.f. x*(2+5*x+x^2) / (x-1)^4 . - R. J. Mathar, Nov 12 2012