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!)
A290695 Triangle read by rows, denominators of coefficients (in rising powers) of rational polynomials P(n, x) such that Integral_{x=0..1} P'(n, x) = Bernoulli(n, 1). 6
1, 1, 1, 1, 2, 1, 1, 2, 3, 1, 1, 2, 1, 2, 1, 1, 2, 3, 1, 5, 1, 1, 2, 1, 2, 1, 1, 1, 1, 2, 3, 1, 1, 1, 7, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 2, 3, 1, 5, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 11, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
See A290694 for comments.
LINKS
FORMULA
T(n, k) = Denominator([x^k] Integral (Sum_{j=0..n} (-1)^(n-j)*Stirling2(n,j)*j!* x^j)^m) for m = 1 and k = 0..n+1.
EXAMPLE
Triangle starts:
[1, 1]
[1, 1, 2]
[1, 1, 2, 3]
[1, 1, 2, 1, 2]
[1, 1, 2, 3, 1, 5]
[1, 1, 2, 1, 2, 1, 1]
[1, 1, 2, 3, 1, 1, 1, 7]
[1, 1, 2, 1, 2, 1, 1, 1, 1]
MAPLE
T_row := n -> denom(PolynomialTools:-CoefficientList(add((-1)^(n-j+1)*Stirling2(n, j-1)*(j-1)!*x^j/j, j=1..n+1), x)): for n from 0 to 7 do T_row(n) od;
MATHEMATICA
T[n_] := Denominator[CoefficientList[Sum[(-1)^(n-j+1) StirlingS2[n, j-1] (j-1)! x^j/j, {j, 1, n+1}], x]];
Table[T[n], {n, 0, 7}] (* Jean-François Alcover, Jun 15 2019, from Maple *)
CROSSREFS
Sequence in context: A106796 A265743 A082850 * A277446 A334029 A334297
KEYWORD
nonn,tabf,frac
AUTHOR
Peter Luschny, Aug 24 2017
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 June 4 15:08 EDT 2024. Contains 373099 sequences. (Running on oeis4.)