A097345 Numerators of the partial sums of the binomial transform of 1/(n+1).
1, 5, 29, 103, 887, 1517, 18239, 63253, 332839, 118127, 2331085, 4222975, 100309579, 184649263, 1710440723, 6372905521, 202804884977, 381240382217, 13667257415003, 25872280345103, 49119954154463, 93501887462903
Offset: 0
Links
Programs
-
Mathematica
Table[ Sum[(2^(k+1)-1)/(k+1), {k, 0, n}] // Numerator, {n, 0, 21}] (* Jean-François Alcover, Oct 14 2013, after Pari *)
-
PARI
A097345(n) = numerator(sum(k=0,n,(2^(k+1)-1)/(k+1)))
Extensions
Edited and corrected by Daniel Glasscock (glasscock(AT)rice.edu), Jan 04 2008 and M. F. Hasler, Jan 25 2008
Moved comment concerning numerators of the logarithm from A097344 to here where it is correct - R. J. Mathar, Mar 04 2010
Comments