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”).

A017393
a(n) = (11*n)^5.
1
0, 161051, 5153632, 39135393, 164916224, 503284375, 1252332576, 2706784157, 5277319168, 9509900499, 16105100000, 25937424601, 40074642432, 59797108943, 86617093024, 122298103125, 168874213376
OFFSET
0,2
LINKS
MATHEMATICA
(11 Range[0, 20])^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {0, 161051, 5153632, 39135393, 164916224, 503284375}, 20] (* Harvey P. Dale, May 20 2019 *)
PROG
(Magma) [(11*n)^5: n in [0..30]]; // Vincenzo Librandi, Sep 02 2011
CROSSREFS
Sequence in context: A038681 A339676 A017285 * A017657 A235256 A233891
KEYWORD
nonn,easy
STATUS
approved