A075137 Numerator of the generalized harmonic number H(n,5,1).
1, 7, 83, 697, 1685, 22521, 714167, 6551627, 273085171, 6372562445, 109738148749, 111017326363, 6843690854527, 6909897986791, 494972427791585, 9482037783487391, 85993305141830183, 3724238207261666261
Offset: 1
Programs
-
Mathematica
a=5; b=1; maxN=20; s=0; Numerator[Table[s+=1/(a n + b), {n, 0, maxN-1}]]
Comments