login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A168189
a(n) = n^3*(n^8 + 1)/2.
1
0, 1, 1028, 88587, 2097184, 24414125, 181398636, 988663543, 4294967552, 15690530169, 50000000500, 142655835971, 371504186208, 896080198117, 2024782586204, 4324877931375, 8796093024256, 17135948156273, 32134205042532, 58245129452539, 102400000004000
OFFSET
0,3
LINKS
Vincenzo Librandi and T. D. Noe, Table of n, a(n) for n = 0..1000 (first 353 terms from Vincenzo Librandi)
MATHEMATICA
Table[n^3*(n^8 + 1)/2, {n, 0, 50}] (* G. C. Greubel, Jul 15 2016 *)
PROG
(Magma) [n^3*(n^8+1)/2: n in [0..50]]; // Vincenzo Librandi, Apr 25 2011
CROSSREFS
Sequence in context: A066133 A119455 A252772 * A045031 A250759 A260607
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 11 2009
STATUS
approved