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.

A162265 a(n) = (2*n^3 + 5*n^2 - 5*n)/2.

Original entry on oeis.org

1, 13, 42, 94, 175, 291, 448, 652, 909, 1225, 1606, 2058, 2587, 3199, 3900, 4696, 5593, 6597, 7714, 8950, 10311, 11803, 13432, 15204, 17125, 19201, 21438, 23842, 26419, 29175, 32116, 35248, 38577, 42109, 45850, 49806, 53983, 58387, 63024, 67900
Offset: 1

Views

Author

Vincenzo Librandi, Jun 29 2009

Keywords

Crossrefs

Cf. A154684.

Programs

Formula

Row sums from A154684: a(n) = Sum_{m=1..n} 2*m*n+m+n-3.
G.f.: x*(1+9*x-4*x^2)/(1-x)^4. - Vincenzo Librandi, Mar 05 2012
a(n) = 4*a(n-1) -6*a(n-2) +4*a(n-3) -a(n-4). - Vincenzo Librandi, Mar 05 2012