A243569 Unsigned Stirling numbers of the first kind s(n,8).
1, 36, 870, 18150, 357423, 6926634, 135036473, 2681453775, 54631129553, 1146901283528, 24871845297936, 557921681547048, 12953636989943896, 311333643161390640, 7744654310169576800, 199321978221066137360
Offset: 8
Links
- Stanislav Sykora, Table of n, a(n) for n = 8..307
- Wikipedia, Stirling numbers of the first kind
Programs
-
Mathematica
Drop[Table[Abs[StirlingS1[n, 8]], {n, 0, 20}], 8] (* Vaclav Kotesovec, Jun 06 2014 *)
-
PARI
abs(stirling(n,8))