A238157 Reduced denominators of integral of the Stirling numbers of first kind.
1, 1, 2, 1, 2, 3, 1, 1, 1, 4, 1, 1, 3, 2, 5, 1, 1, 3, 4, 1, 6, 1, 1, 3, 4, 1, 2, 7, 1, 1, 1, 1, 1, 6, 1, 8, 1, 1, 1, 1, 5, 3, 1, 2, 9, 1, 1, 1, 1, 5, 2, 1, 4, 1, 10, 1, 1, 1, 1, 1, 2, 1, 4, 3, 2, 11, 1, 1, 1, 1, 1, 3, 1, 8, 3, 1, 1, 12
Offset: 0
Examples
Denominators triangle (a(n)): 1, 1, 2 1, 2, 3, 1, 1, 1, 4, 1, 1, 3, 2, 5, 1, 1, 3, 4, 1, 6, 1, 1, 3, 4, 1, 2, 7, etc. The Least Common Multiples are A002790. The second column is A141044(n).
References
- P. Curtz, Intégration numérique des systèmes différentiels à conditions initiales, Centre de Calcul Scientifique de l'Armement, Arcueil, 1969 (see array p. 56).
- N. E. Nørlund, Vorlesungen über Differenzenrechnung, Springer-Verlag, Berlin, 1924
Crossrefs
Cf. A091137.
Programs
-
Mathematica
Table[StirlingS1[n, k]/(k+1) // Denominator, {n, 0, 11}, {k, 0, n}] // Flatten (* Jean-François Alcover, Feb 21 2014 *)
Comments