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!)
A228969 Triangle of numerators of the coefficients t(n,k) in the formula B(2n) = -sum_{k=1..n-1} t(n,k)*B(2k)*B(2n-2k), where the B() are the even-indexed Bernoulli numbers. 2

%I #17 Sep 12 2013 10:50:35

%S 6,5,25,28,70,588,45,1050,4410,3825,22,165,924,2805,7502,91,5005,

%T 63063,255255,341341,124215,24,1820,168168,12870,2730728,496860,

%U 131064,17,1700,6188,413270,1657942,402220,1856740,371365

%N Triangle of numerators of the coefficients t(n,k) in the formula B(2n) = -sum_{k=1..n-1} t(n,k)*B(2k)*B(2n-2k), where the B() are the even-indexed Bernoulli numbers.

%D George Boros and Victor H. Moll, Irresistible integrals, Cambridge University Press (2006), p. 100.

%H Jean-François Alcover, <a href="/A228969/b228969.txt">Table of n, a(n) for n = 2..105</a>

%e 6/5;

%e 5/7, 25/7;

%e 28/85, 70/17, 588/85;

%e 45/341, 1050/341, 4410/341, 3825/341;

%e ...

%t Table[(2^(2*k) - 1)/(2^(2*n) - 1)* Binomial[2*n, 2*k], {n, 2, 9}, {k, 1, n-1}] // Flatten // Numerator

%Y Cf. A228970 (denominators).

%K frac,nonn,tabl

%O 2,1

%A _Jean-François Alcover_, Sep 10 2013

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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)