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!)
A132112 a(n) = n*(n+1)*(11*n+1)/6. 8
0, 4, 23, 68, 150, 280, 469, 728, 1068, 1500, 2035, 2684, 3458, 4368, 5425, 6640, 8024, 9588, 11343, 13300, 15470, 17864, 20493, 23368, 26500, 29900, 33579, 37548, 41818, 46400, 51305, 56544, 62128, 68068, 74375, 81060, 88134, 95608, 103493, 111800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Sums of rows of the triangle in A132111.
LINKS
FORMULA
a(n) = A132121(n,3) for n > 2.
G.f.: x*(4+7*x)/(1-x)^4. - Colin Barker, Jun 06 2012
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). - Vincenzo Librandi, Jun 29 2012
a(-n) = -A254407(n-1). - Bruno Berselli, Jan 31 2015
E.g.f.: exp(x)*x*(24 + 45*x + 11*x^2)/6. - Stefano Spezia, Feb 21 2024
MATHEMATICA
CoefficientList[Series[x*(4+7*x)/(1-x)^4, {x, 0, 40}], x] (* Vincenzo Librandi, Jun 29 2012 *)
LinearRecurrence[{4, -6, 4, -1}, {0, 4, 23, 68}, 40] (* Harvey P. Dale, Jun 28 2021 *)
PROG
(Magma) I:=[0, 4, 23, 68]; [n le 4 select I[n] else 4*Self(n-1)-6*Self(n-2)+4*Self(n-3)-Self(n-4): n in [1..50]]; // Vincenzo Librandi, Jun 29 2012
(PARI) a(n)=n*(n+1)*(11*n+1)/6 \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A030653 A085505 A065972 * A226411 A226342 A071246
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Aug 10 2007
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 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)