reviewed
approved
reviewed
approved
proposed
reviewed
editing
proposed
G.f.: x^8/product(1-k*x, _{k=1..8). E.g.f. ((exp} (x)-1)^8-k*x)/8!.
E.g.f.: ((exp(x)-1)^8)/8!.
a(n) = det(|s(i+8,j+7)|, 1 <= i,j <= n-8), where s(n,k) are Stirling numbers of the first kind. [_- _Mircea Merca_, Apr 06 2013]
lst={}; Do[f=StirlingS2[n, 8]; AppendTo[lst, f], {n, 8, 5!}]; lst [From _(* _Vladimir Joseph Stephan Orlovsky_, Sep 27 2008] *)
approved
editing
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)), {x, 0, 25}], x] (* From _Vladimir Joseph Stephan Orlovsky, _, Jun 20 2011 *)
reviewed
approved
proposed
reviewed
editing
proposed
a(n) = det(|s(i+8,j+7)|, 1 <= i,j <= n-8), where s(n,k) are Stirling numbers of the first kind. [Mircea Merca, Apr 06 2013]
approved
editing
Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de)