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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060080 Scaled sums of squares. 2
1, 5, 56, 1080, 31680, 1310400, 72576000, 5181926400, 463325184000, 50697529344000, 6663103856640000, 1035678099456000000, 187913434365296640000, 39357424864287129600000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,200

FORMULA

a(n)= sum(k^2, k=1..n)*((n-1)!)^2 = (n+1)!*(n-1)!*(2*n+1)/3!.

PROG

(PARI) { for (n=1, 201, write("b060080.txt", n - 1, " ", (n + 1)!*(n - 1)!*(2*n + 1)/6); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 01 2009]

CROSSREFS

A060074 Comment.

Sequence in context: A006293 A132618 A192562 * A203522 A180874 A163793

Adjacent sequences:  A060077 A060078 A060079 * A060081 A060082 A060083

KEYWORD

nonn

AUTHOR

Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de), Mar 16 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 15 07:42 EST 2012. Contains 205717 sequences.