The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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 A371884 A079724
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 May 13 23:15 EDT 2024. Contains 372524 sequences. (Running on oeis4.)