A243570 Unsigned Stirling numbers of the first kind s(n,9).
1, 45, 1320, 32670, 749463, 16669653, 368411615, 8207628000, 185953177553, 4308105301929, 102417740732658, 2503858755467550, 63030812099294896, 1634980697246583456, 43714229649594412832
Offset: 9
Links
- Stanislav Sykora, Table of n, a(n) for n = 9..308
- Wikipedia, Stirling numbers of the first kind
Programs
-
Mathematica
Drop[Table[Abs[StirlingS1[n, 9]], {n, 0, 20}], 9] (* Vaclav Kotesovec, Jun 06 2014 *)
-
PARI
abs(stirling(n,9))