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

A017218
a(n) = (9*n + 4)^10.
1
1048576, 137858491849, 26559922791424, 819628286980801, 10485760000000000, 79792266297612001, 430804206899405824, 1822837804551761449, 6428888932339941376, 19687440434072265625, 53861511409489970176
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
MATHEMATICA
(9*Range[0, 20]+4)^10 (* Harvey P. Dale, Apr 13 2022 *)
PROG
(Magma) [(9*n+4)^10: n in [0..15]]; // Vincenzo Librandi, Jul 24 2011
CROSSREFS
Sequence in context: A016966 A017038 A017122 * A017326 A017446 A017578
KEYWORD
nonn,easy
STATUS
approved