OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..900
FORMULA
G.f.: 10*x*(1 + 10*x)*(1 + 10120*x + 4682800*x^2 + 408364000*x^3 + 9019900000*x^4 + 40836400000*x^5 + 46828000000*x^6 + 10120000000*x^7 + 100000000*x^8)/ (1-10*x)^11. - Colin Barker, May 01 2013
MATHEMATICA
Table[10^n*n^10, {n, 0, 20}] (* G. C. Greubel, May 17 2022 *)
PROG
(Magma) [10^n*n^10: n in [0..20]]
(SageMath) [10^n*n^10 for n in (0..20)] # G. C. Greubel, May 17 2022
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 27 2011
STATUS
approved