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!)
A225749 Triangle T(n,k) giving numerator of integral_{x=0..1} B(n,x)*B(k,x) dx, B = Bernoulli polynomial, n >= 1, 1 <= k <= n. 2
1, 0, 1, -1, 0, 1, 0, -1, 0, 1, 1, 0, -1, 0, 5, 0, 1, 0, -1, 0, 691, -1, 0, 1, 0, -691, 0, 7, 0, -1, 0, 691, 0, -1, 0, 3617, 1, 0, -691, 0, 1, 0, -3617, 0, 43867, 0, 691, 0, -1, 0, 3617, 0, -43867, 0, 174611, -691, 0, 1, 0, -3617, 0, 43867, 0, -174611, 0, 854513, 0, -1, 0, 3617, 0, -43867, 0, 174611, 0, -77683, 0, 236364091 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,15
LINKS
Vincenzo Librandi, Rows n = 0..100, flattened
NIST Digital Library of Mathematical Functions, Bernoulli Polynomials
Eric Weisstein's MathWorld, Bernoulli Polynomial
EXAMPLE
Triangle begins:
1;
0, 1;
-1, 0, 1;
0, -1, 0, 1;
1, 0, -1, 0, 5;
0, 1, 0, -1, 0, 691;
etc.
MATHEMATICA
t[n_, k_] := (-1)^(n - 1)*k!*n!/(k + n)!*BernoulliB[k + n]; Table[t[n, k] // Numerator, {n, 1, 12}, {k, 1, n}] // Flatten
CROSSREFS
Cf. A225750 (denominators)
Sequence in context: A068385 A318657 A286277 * A227985 A071086 A339208
KEYWORD
sign,frac,tabl
AUTHOR
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 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)