Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A168190
a(n) = n^3*(n^9 + 1)/2.
1
0, 1, 2052, 265734, 8388640, 122070375, 1088391276, 6920643772, 34359738624, 141214768605, 500000000500, 1569214189026, 4458050224992, 11649042562339, 28346956189020, 64873168947000, 140737488357376, 291311118617337, 578415690716004, 1106657459536510
OFFSET
0,3
LINKS
Vincenzo Librandi and T. D. Noe, Table of n, a(n) for n = 0..1000 (first 332 terms from Vincenzo Librandi)
MATHEMATICA
Table[n^3*(n^9+1)/2, {n, 0, 50}] (* G. C. Greubel, Jul 15 2016 *)
PROG
(Magma) [n^3*(n^9+1)/2: n in [0..50]]; // Vincenzo Librandi, Apr 25 2011
CROSSREFS
Sequence in context: A322102 A206068 A280021 * A238934 A084550 A020400
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved