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!)
A330905 Numerator of 1/Pi^(4*n+3) * Sum_{k>0} (-1)^(k+1) / (k^(4*n+3) * sinh(Pi * k)). 2
1, 13, 4009, 13739, 26190337, 790092547807, 15121363327643, 2442193001593535677, 41701392468830919939353, 17185858614142258665062467, 17099921279612182344285033157, 28295511786898541163838004665601843, 727977487532189566289706245511979571, 22681093492188834346091000609641534617709 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Wikipedia, Bernoulli number
FORMULA
Let B_n be the Bernoulli number.
a(n)/A330906(n) = Sum_{k=0..2*n+2} (-1)^k*(1-2^(2*k-1))*(1-2^(4*n+3-2*k))*B_{2*k}*B_{4*n+4-2*k}/((2*k)!*(4*n+4-2*k)!)).
EXAMPLE
1/360, 13/453600, 4009/13621608000, 13739/4547140416000, 26190337/844351508246400000, 790092547807/2481187700290640140800000, ... = a(n)/A330906(n).
MATHEMATICA
a[n_] := Numerator[Sum[(-1)^k * (1 - 2^(2*k - 1)) * (1 - 2^(4*n + 3 - 2*k)) * BernoulliB[2*k] * BernoulliB[4*n + 4 - 2*k]/((2*k)!*(4*n + 4 - 2*k)!), {k, 0, 2*n + 2}]]; Array[a, 14, 0] (* Amiram Eldar, May 01 2020 *)
PROG
(PARI) {a(n) = numerator(sum(k=0, 2*n+2, (-1)^k*(1-2^(2*k-1))*(1-2^(4*n+3-2*k))*bernfrac(2*k)*bernfrac(4*n+4-2*k)/((2*k)!*(4*n+4-2*k)!)))}
CROSSREFS
Cf. A004767, A057866/A057867, A330906 (denominator).
Sequence in context: A337147 A070905 A180768 * A068532 A182348 A094316
KEYWORD
nonn,frac
AUTHOR
Seiichi Manyama, May 01 2020
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 August 18 21:59 EDT 2024. Contains 375284 sequences. (Running on oeis4.)