login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A162259 a(n) = (2*n^3 + 5*n^2 - 17*n)/2. 1
-5, 1, 24, 70, 145, 255, 406, 604, 855, 1165, 1540, 1986, 2509, 3115, 3810, 4600, 5491, 6489, 7600, 8830, 10185, 11671, 13294, 15060, 16975, 19045, 21276, 23674, 26245, 28995, 31930, 35056, 38379, 41905, 45640, 49590, 53761, 58159, 62790, 67660 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Row sums from A155551: a(n) = Sum_{m=1..n} (2*m*n + m + n - 9).
From Vincenzo Librandi, Mar 04 2012: (Start)
G.f.: x*(-5 + 21*x - 10*x^2)/(1-x)^4.
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). (End)
MATHEMATICA
CoefficientList[Series[(-5+21*x-10*x^2)/(1-x)^4, {x, 0, 40}], x] (* or *) LinearRecurrence[{4, -6, 4, -1}, {-5, 1, 24, 70}, 50] (* Vincenzo Librandi, Mar 04 2012 *)
Table[(2n^3+5n^2-17n)/2, {n, 40}] (* Harvey P. Dale, May 10 2021 *)
CROSSREFS
Cf. A155551.
Sequence in context: A207824 A179900 A123967 * A077195 A038243 A286231
KEYWORD
sign,easy
AUTHOR
Vincenzo Librandi, Jun 29 2009
EXTENSIONS
New name from Vincenzo Librandi, Mar 04 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:30 EDT 2024. Contains 371967 sequences. (Running on oeis4.)