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

A017279
a(n) = (10*n)^11.
1
0, 100000000000, 204800000000000, 17714700000000000, 419430400000000000, 4882812500000000000, 36279705600000000000, 197732674300000000000, 858993459200000000000, 3138105960900000000000, 10000000000000000000000
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (12,-66,220,-495,792,-924,792,-495,220,-66,12,-1).
MATHEMATICA
(10 Range[0, 20])^11 (* Harvey P. Dale, Nov 29 2018 *)
PROG
(Magma) [(10*n)^11: n in [0..10]]; // Vincenzo Librandi, Jul 29 2011
(PARI) a(n)=(10*n)^11 \\ Charles R Greathouse IV, Jul 29 2011
CROSSREFS
Sequence in context: A159474 A159757 A017183 * A017519 A017651 A072145
KEYWORD
nonn,easy
STATUS
approved