A075142 Denominator of the generalized harmonic number H(n,5,3).
3, 24, 312, 936, 21528, 150696, 1657656, 31495464, 1354304952, 2708609904, 143556324912, 4163133422448, 1387711140816, 23591089393872, 1722149525752656, 574049841917552, 47646136879156816, 4331466989014256
Offset: 1
Programs
-
Mathematica
a=5; b=3; maxN=20; s=0; Denominator[Table[s+=1/(a n + b), {n, 0, maxN-1}]]
Comments