login
A017110
a(n) = (8*n+3)^10.
1
59049, 25937424601, 6131066257801, 205891132094649, 2758547353515625, 21611482313284249, 119042423827613001, 511116753300641401, 1822837804551761449, 5631351470947265625, 15516041187205853449
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
Table[(8 n + 3)^10, {n, 0, 40}] (* Bruno Berselli, Sep 17 2015 *)
(8*Range[0, 20]+3)^10 (* Harvey P. Dale, May 28 2017 *)
PROG
(Magma) [(8*n+3)^10: n in [0..20]]; // Vincenzo Librandi, Jul 12 2011
CROSSREFS
Sequence in context: A016954 A272068 A017026 * A017206 A017314 A017434
KEYWORD
nonn,easy
AUTHOR
STATUS
approved