|
| |
|
|
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
|
| |
|
|