A228827 Numerators of the first bisection of the inverse binomial transform of the rational sequence with e.g.f. (x/2)*(exp(-x)+1)/(exp(x)-1).
1, 25, 599, 4285, 15599, 169625, 33578309, 344155, 133697983, 941417335, 1729982389, 3184334285, 274574499509, 2625798955, 1611022490371, 123951819730625, 9814145542783, 3453861186955, -25128299959971711973, 2945661954537595, -260933954573210488051
Offset: 0
Crossrefs
Cf. A228767 (other bisection).
Programs
-
PARI
fr(n) = {default(seriesprecision, n+1); egf = (x/2)*(exp(-x)+1)/(exp(x)-1);(n)!* polcoeff(egf, n);} ibtfr(n) = sum(k = 0, n, (-1)^(n-k)*binomial(n, k) * fr(k)); lista(nn) = {forstep(n = 0, nn, 2, print1(numerator(ibtfr(n)), ", "););} \\ Michel Marcus, Sep 06 2013
Comments