login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140334 Triangle read by rows: nonnegative numerators of Bernoulli twin polynomial coefficients on line. 1
1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 5, 0, 2, 1, 1, 1, 1, 7, 5, 1, 5, 1, 1, 1, 2, 7, 7, 7, 7, 3, 1, 1, 3, 2, 2, 7, 21, 14, 2, 7, 1, 5, 3, 3, 2, 5, 21, 7, 6, 3, 4, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,20
LINKS
FORMULA
First five increasing polynomials:
1;
-1/2, 1;
-1/3, 0, 1;
-1/6, -1/2, 1/2, 1;
-1/30, -1/2, -1/2, 1, 1;
...
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
Sequence in context: A224489 A318933 A361239 * A131324 A079724 A289357
KEYWORD
nonn,tabl,frac
AUTHOR
Paul Curtz, May 28 2008
EXTENSIONS
More terms from Jean-François Alcover, Sep 12 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 04:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)