A176150 Numerators of the inverse binomial transform of a shuffled sequence of "original" Bernoulli and Bernoulli numbers.
1, 0, -1, 0, 13, -20, 14, -73, 373, -776, 196, -223, 1027, -1956, 242, 139, -3521, 2288, -824, -36433, 600283, -502708, 83638, -40071, 4098793, 1096584, -1160948, 3484553, -6256069, 4889852, -1520674, -276156781
Offset: 0
Programs
-
Maple
bb1 := proc(n) nh := floor(n/2) ; if n <= 1 then bernoulli(nh) ; elif n <= 3 then -(-1)^n*bernoulli(nh) ; else bernoulli(nh) ; end if; end proc: [seq(bb1(n),n=0..40)] ; read("transforms"); BINOMIALi(%) ; numer(%) ; # R. J. Mathar, Mar 26 2013
Comments