login
A017388
a(n) = (10*n + 9)^12.
1
282429536481, 2213314919066161, 353814783205469041, 12381557655576425121, 191581231380566414401, 1779197418239532716881, 11646329922777311412561, 59091511031674153381441, 246990403565262140303521, 886384871716129280658801
OFFSET
0,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (13, -78, 286, -715, 1287, -1716, 1716, -1287, 715, -286, 78, -13, 1).
MATHEMATICA
(10*Range[0, 20]+9)^12 (* Harvey P. Dale, Dec 06 2013 *)
PROG
(Magma) [(10*n+9)^12: n in [0..20]]; // Vincenzo Librandi, Sep 01 2011
(PARI) vector(20, n, n--; (10*n + 9)^12) \\ G. C. Greubel, Nov 11 2018
CROSSREFS
Sequence in context: A018869 A017088 A017172 * A017508 A017640 A057073
KEYWORD
nonn,easy
STATUS
approved