OFFSET
0,3
COMMENTS
The starting sequence contains the terms A176327(.)/A176591(.) prefixed with a single zero (which occupies the term at index zero), basically 0, 1, 0 followed by the Bernoulli numbers without B_0 and B_1.
Its inverse binomial transform is 0, 1, -2, 19/6, -14/3, 199/30, -137/15, 851/70, -548/35, 4121/210, -2533/105, 67451/2310, -40078/1155, 404869/10010, -234967/5005, 1655047/30030,.. and taking numerators defines the current sequence.
MAPLE
read("transforms") ;
evb := [0, 1, 0, seq(bernoulli(n), n=2..50)] ;
ievb := BINOMIALi(evb) ;
apply(numer, %) ;
CROSSREFS
KEYWORD
frac,sign
AUTHOR
Paul Curtz, Apr 22 2010
STATUS
approved