The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A176060 a(n) = n*(n+1)*(3*n^2+5*n+4)/12. 3
0, 2, 13, 46, 120, 260, 497, 868, 1416, 2190, 3245, 4642, 6448, 8736, 11585, 15080, 19312, 24378, 30381, 37430, 45640, 55132, 66033, 78476, 92600, 108550, 126477, 146538, 168896, 193720, 221185, 251472, 284768, 321266, 361165, 404670, 451992 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Antidiagonal sums of the convolution array A213821. [Clark Kimberling, Jul 04 2012]
REFERENCES
"Supplemento al Periodico di Matematica", Raffaello Giusti Editore (Livorno), May 1908, p. 111 (Problem 923).
LINKS
FORMULA
G.f.: x*(2+3*x+x^2)/(1-x)^5.
a(n) = sum(k*(k*(k-1)+n+1), k=1..n) with n>0 (summation proposed in the Problem 923, see References).
a(0)=0, a(1)=2, a(2)=13, a(3)=46, a(4)=120, a(n)=5*a(n-1)- 10*a(n-2)+ 10*a(n-3)-5*a(n-4)+a(n-5). - Harvey P. Dale, Jul 14 2011
a(-n) = A132117(n-1) with A132117(-1)=A132117(0)=0. - Bruno Berselli, Aug 22 2011
EXAMPLE
For n=5, a(5)=1*(1*0+6)+2*(2*1+6)+3*(3*2+6)+4*(4*3+6)+5*(5*4+6)=260.
MATHEMATICA
Table[n(n+1)(3n^2+5n+4)/12, {n, 0, 40}] (* or *) LinearRecurrence[ {5, -10, 10, -5, 1}, {0, 2, 13, 46, 120}, 40] (* Harvey P. Dale, Jul 14 2011 *)
PROG
(Magma) [n*(n+1)*(3*n^2+5*n+4)/12: n in [0..40]]; // Vincenzo Librandi, Jul 02 2011
CROSSREFS
Cf. A213821.
Sequence in context: A212501 A117717 A359252 * A168172 A127305 A363753
KEYWORD
nonn,easy
AUTHOR
Bruno Berselli, Dec 06 2010
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 June 12 07:53 EDT 2024. Contains 373325 sequences. (Running on oeis4.)