login
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