login
A017302
a(n) = (10*n + 2)^10.
1
1024, 61917364224, 26559922791424, 1125899906842624, 17080198121677824, 144555105949057024, 839299365868340224, 3743906242624487424, 13744803133596058624, 43438845422363213824, 121899441999475713024
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
(10*Range[0, 20]+2)^10 (* Harvey P. Dale, Feb 02 2012 *)
PROG
(Magma) [(10*n+2)^10: n in [0..15]]; // Vincenzo Librandi, Jul 31 2011
CROSSREFS
Sequence in context: A017098 A017194 A160867 * A017422 A017554 A031147
KEYWORD
nonn,easy
STATUS
approved