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!)
A168351 a(n) = n^5*(n+1)/2. 1
0, 1, 48, 486, 2560, 9375, 27216, 67228, 147456, 295245, 550000, 966306, 1617408, 2599051, 4033680, 6075000, 8912896, 12778713, 17950896, 24760990, 33600000, 44925111, 59266768, 77236116, 99532800, 126953125, 160398576, 200884698 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{i=1..n} Sum_{j=1..n} Sum_{k=1..n} Sum_{l=1..n} Sum_{m=1..n} (i+j+k-l-m). - Wesley Ivan Hurt, Aug 13 2015
MATHEMATICA
Table[n^5*(n + 1)/2, {n, 0, 40}] (* Wesley Ivan Hurt, Aug 13 2015 *)
PROG
(Magma) [n^5*(n+1)/2: n in [0..30]]; // Vincenzo Librandi, Aug 28 2011
CROSSREFS
Sequence in context: A229505 A299785 A299787 * A198398 A211149 A034778
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 2009
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 April 24 11:21 EDT 2024. Contains 371936 sequences. (Running on oeis4.)