OFFSET
10,2
REFERENCES
See A000771.
LINKS
Index entries for linear recurrences with constant coefficients, signature (55,-1320,18150,-157773,902055,-3416930,8409500,-12753576,10628640,-3628800).
FORMULA
G.f.: x^10/Product_{k=1..10} (1-k*x).
E.g.f.: ((exp(x)-1)^10)/10!.
a(n) = det(|s(i+10,j+9)|, 1 <= i,j <= n-10), where s(n,k) are Stirling numbers of the first kind. - Mircea Merca, Apr 06 2013
MATHEMATICA
lst={}; Do[f=StirlingS2[n, 10]; AppendTo[lst, f], {n, 10, 5!}]; lst (* Vladimir Joseph Stephan Orlovsky, Sep 27 2008 *)
CoefficientList[Series[1/((1 - x) (1 - 2 x) (1 - 3 x) (1 - 4 x) (1 - 5 x) (1 - 6 x) (1 - 7 x) (1 - 8 x) (1 - 9 x) (1 - 10 x)), {x, 0, 25}], x] (* Vladimir Joseph Stephan Orlovsky, Jun 20 2011 *)
StirlingS2[Range[10, 35], 10] (* Harvey P. Dale, Nov 07 2020 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
STATUS
approved