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.

A162607 a(n) = n*(n^2 - 4*n + 5)/2.

Original entry on oeis.org

0, 1, 1, 3, 10, 25, 51, 91, 148, 225, 325, 451, 606, 793, 1015, 1275, 1576, 1921, 2313, 2755, 3250, 3801, 4411, 5083, 5820, 6625, 7501, 8451, 9478, 10585, 11775, 13051, 14416, 15873, 17425, 19075, 20826, 22681, 24643, 26715, 28900, 31201, 33621
Offset: 0

Views

Author

R. J. Mathar and Omar E. Pol, Jul 21 2009

Keywords

Comments

Positive values are the row sums of triangle A159798.

Crossrefs

Cf. A159798.

Programs

Formula

G.f.: x*(1 - 3*x + 5*x^2)/(1 - x)^4. - Vincenzo Librandi, Dec 19 2012
a(n) = A057145(n-1,n) = A072277(n-1). - R. J. Mathar, Jul 28 2016
E.g.f.: x*(x^2 - x + 2)*exp(x)/2. - G. C. Greubel, Apr 21 2018