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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A019584 n^2*(n-1)^3/4. 4
0, 0, 1, 18, 108, 400, 1125, 2646, 5488, 10368, 18225, 30250, 47916, 73008, 107653, 154350, 216000, 295936, 397953, 526338, 685900, 882000, 1120581, 1408198, 1752048, 2160000, 2640625, 3203226 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..600

FORMULA

a(n) = sum(j=1..n-2, sum(i=1..n-2, (i^3+j^3)/2 ) ) - Alexander Adamchuk (alex(AT)kolmogorov.com), Oct 24 2004

MATHEMATICA

Table[n^2*(n-1)^3/4, {n, 0, 100}]

PROG

(MAGMA) [n^2*(n-1)^3/4: n in [0..60]]; // Vincenzo Librandi, Apr 26 2011

CROSSREFS

Sequence in context: A002165 A008654 A060787 * A041622 A160765 A192511

Adjacent sequences:  A019581 A019582 A019583 * A019585 A019586 A019587

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 17 00:09 EST 2012. Contains 205978 sequences.