A174263 Numerator of the n-th term of the inverse Binomial Transform of the Bernoulli sequence prefixed with 0.
0, 1, -5, 14, -23, 349, -499, 793, -1038, 7901, -9791, 65488, -78193, 795259, -925389, 1615811, -1841036, 67142767, -75821437, 358067518, -388783203, -521129621, 480390923, 133108162049
Offset: 0
Crossrefs
Cf. A164558.
Programs
-
Maple
read("transforms") ; A174264 := proc(n) local b; b := [0,seq(bernoulli(i),i=0..n+1)] ; BINOMIALi(b) ; numer(op(n+1,%)) ; end proc: seq(A174264(n),n=0..30) ; # R. J. Mathar, Jan 21 2011
Comments