A101631 Numerator of partial sums of a certain series.
1, 37, 1069, 20575, 1346153, 1214756107, 20699705479, 850029466379, 19572345658457, 137116980686111, 411600123273343, 1482039573988769177, 456179332236626381, 32398234503565880731, 1199020509231104363863
Offset: 1
Examples
s(3) = 120*(1/(4*5*6) + 1/(9*10*11) + 1/(14*15*16)) = 1069/924, hence a(3)=1069 and A101632(3)=924.
Links
- M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
- W. Lang: Rationals s(n,5) and more.
Formula
a(n) = numerator(s(n)) where s(n) = 120*Sum_{k=1..n} 1/((5*k-1)*(5*k)*(5*k+1)) = 24*Sum_{k=1..n} 1/((5*k-1)*k*(5*k+1)).
Comments