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.

A245301 a(n) = n*(7*n^2 + 15*n + 8)/6.

Original entry on oeis.org

0, 5, 22, 58, 120, 215, 350, 532, 768, 1065, 1430, 1870, 2392, 3003, 3710, 4520, 5440, 6477, 7638, 8930, 10360, 11935, 13662, 15548, 17600, 19825, 22230, 24822, 27608, 30595, 33790, 37200, 40832, 44693, 48790, 53130, 57720, 62567, 67678, 73060, 78720, 84665
Offset: 0

Views

Author

Reinhard Zumkeller, Jul 17 2014

Keywords

Comments

Row sums of the triangle in A245300.

Crossrefs

Programs

Formula

a(n) = n*(n+1)*(7*n+8)/6 = A002378(n)*A016993(n+1)/6.
a(n) = Sum_{j=0..n} A000217(2n-j)+j. - Manfred Arens, Dec 26 2015
G.f.: x*(5 + 2*x)/(1-x)^4. - Vincenzo Librandi, Feb 01 2016
E.g.f.: x*(30 + 36*x + 7*x^2)*exp(x)/6. - G. C. Greubel, Mar 31 2021