login
A017242
a(n) = (9*n + 6)^10.
1
60466176, 576650390625, 63403380965376, 1531578985264449, 17080198121677824, 119042423827613001, 604661760000000000, 2446194060654759801, 8335775831236199424, 24842341419143568849
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, 10]+6)^10 (* Harvey P. Dale, Aug 02 2020 *)
PROG
(Magma) [(9*n+6)^10: n in [0..15]]; // Vincenzo Librandi, Jul 25 2011
CROSSREFS
Sequence in context: A016918 A017062 A017146 * A017350 A017470 A017602
KEYWORD
nonn,easy
STATUS
approved