login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060493 A diagonal of A036969. 1
1, 21, 147, 627, 2002, 5278, 12138, 25194, 48279, 86779, 148005, 241605, 380016, 578956, 857956, 1240932, 1756797, 2440113, 3331783, 4479783, 5939934, 7776714, 10064110, 12886510, 16339635, 20531511, 25583481, 31631257, 38826012 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n)=n*(n + 1)*(n + 2)*(2*n + 1)*(2*n + 3)*(5*n - 1)/360; a(n)=sum(k=1, n, k^2*sum(i=1, k, i^2))=sum(k=1, n, k^2*A000330(k)) - Benoit Cloitre (benoit7848c(AT)orange.fr), Mar 20 2004

PROG

(PARI) a(n)=n*(n + 1)*(n + 2)*(2*n + 1)*(2*n + 3)*(5*n - 1)/360

CROSSREFS

Cf. A036969.

Sequence in context: A107731 A003702 A101645 * A198183 A041850 A184376

Adjacent sequences:  A060490 A060491 A060492 * A060494 A060495 A060496

KEYWORD

nonn

AUTHOR

Larry Reeves (larryr(AT)acm.org), Mar 20 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 10:39 EST 2012. Contains 205459 sequences.