login
A017362
a(n) = (10*n + 7)^10.
1
282475249, 2015993900449, 205891132094649, 4808584372417849, 52599132235830049, 362033331456891249, 1822837804551761449, 7326680472586200649, 24842341419143568849, 73742412689492826049
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, 10]+7)^10 (* Harvey P. Dale, Nov 12 2015 *)
PROG
(Magma) [(10*n+7)^10: n in [0..20]]; // Vincenzo Librandi, Aug 30 2011
(PARI) vector(20, n, n--; (10*n+7)^10) \\ G. C. Greubel, Nov 10 2018
CROSSREFS
Cf. A017353 (10n+7), A008454 (n^10).
Sequence in context: A016990 A017158 A017254 * A017482 A017614 A267824
KEYWORD
nonn,easy
STATUS
approved