login
A017206
a(n) = (9*n + 3)^10.
1
59049, 61917364224, 16679880978201, 590490000000000, 8140406085191601, 64925062108545024, 362033331456891249, 1568336880910795776, 5631351470947265625, 17490122876598091776, 48398230717929318249
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]+3)^10 (* Harvey P. Dale, Aug 27 2013 *)
PROG
(Magma) [(9*n+3)^10: n in [0..15]]; // Vincenzo Librandi, Jul 23 2011
CROSSREFS
Sequence in context: A272068 A017026 A017110 * A017314 A017434 A017566
KEYWORD
nonn,easy
STATUS
approved