A176618 The numerator of the n-th term of the inverse binomial transform of the sequence 0, 1, 0, B_2, B_3, B_4, .. of modified Bernoulli numbers.
0, 1, -2, 19, -14, 199, -137, 851, -548, 4121, -2533, 67451, -40078, 404869, -234967, 1655047, -940136, 32428087, -18383711, 439693871, -235204778, -724823111, 352226881, 260572074487, -130542594044, -6002444699183, 3000757572779
Offset: 0
Programs
-
Maple
read("transforms") ; evb := [0, 1, 0, seq(bernoulli(n), n=2..50)] ; ievb := BINOMIALi(evb) ; apply(numer,%) ;
Comments