login
A017386
a(n) = (10*n + 9)^10.
1
3486784401, 6131066257801, 420707233300201, 8140406085191601, 79792266297612001, 511116753300641401, 2446194060654759801, 9468276082626847201, 31181719929966183601, 90438207500880449001
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]+9)^10 (* Harvey P. Dale, Dec 04 2018 *)
PROG
(Magma) [(10*n+9)^10: n in [0..20]]; // Vincenzo Librandi, Sep 01 2011
CROSSREFS
Sequence in context: A038686 A017086 A017170 * A017506 A017638 A221557
KEYWORD
nonn,easy
STATUS
approved