OFFSET
0,20
FORMULA
MATHEMATICA
c[0, x_] = 1; c[n_, x_] := Sum[Binomial[n-1, j-1]*BernoulliB[j, x], {j, 1, n}]; Table[CoefficientList[c[n, x], x], {n, 0, 10}] // Flatten // Abs // Numerator (* Jean-François Alcover, Sep 12 2013 *)
CROSSREFS
KEYWORD
AUTHOR
Paul Curtz, May 28 2008
EXTENSIONS
More terms from Jean-François Alcover, Sep 12 2013
STATUS
approved