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

A017171
a(n) = (9*n)^11.
1
0, 31381059609, 64268410079232, 5559060566555523, 131621703842267136, 1532278301220703125, 11384956040305711104, 62050608388552823487, 269561249468963094528, 984770902183611232881, 3138105960900000000000
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).
FORMULA
a(n) = 31381059609*A008455(n). - R. J. Mathar, Jul 07 2017
MATHEMATICA
(9*Range[0, 20])^11 (* Harvey P. Dale, Apr 06 2019 *)
PROG
(Magma) [(9*n)^11: n in [0..15]]; // Vincenzo Librandi, Jul 22 2011
CROSSREFS
Cf. A008455.
Sequence in context: A290503 A172889 A017087 * A017387 A017507 A017639
KEYWORD
nonn,easy
STATUS
approved