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.

A162148 a(n) = n*(n+1)*(5*n+7)/6.

Original entry on oeis.org

0, 4, 17, 44, 90, 160, 259, 392, 564, 780, 1045, 1364, 1742, 2184, 2695, 3280, 3944, 4692, 5529, 6460, 7490, 8624, 9867, 11224, 12700, 14300, 16029, 17892, 19894, 22040, 24335, 26784, 29392, 32164, 35105, 38220, 41514, 44992, 48659, 52520, 56580
Offset: 0

Views

Author

Keywords

Comments

Partial sums of A147875.
Equals the fourth right hand column of A175136 for n>=1. - Johannes W. Meijer, May 06 2011
a(n) is the number of triples (w,x,y) havingt all terms in {0,...,n} and x+y>w. - Clark Kimberling, Jun 14 2012

Crossrefs

Programs

Formula

a(n) = A162147(n) + A000217(n).
From Johannes W. Meijer, May 06 2011: (Start)
G.f.: x*(4+x)/(1-x)^4.
a(n) = 4*binomial(n+2,3) + binomial(n+1,3).
a(n) = A091894(3,0)*binomial(n+2,3) + A091894(3,1)*binomial(n+1,3). (End)
a(n) = (n+1)*A000290(n+1) - Sum_{i=1..n+1} A000217(i).
a(n) = 4*a(n-1) -6*a(n-2) +4*a(n-3) -a(n-4), a(0)=0, a(1)=4, a(2)=17, a(3)=44. - Harvey P. Dale, May 20 2014
E.g.f.: x*(24 +27*x +5*x^2)*exp(x)/6. - G. C. Greubel, Mar 31 2021

Extensions

Definition rephrased by R. J. Mathar, Jun 27 2009