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!)
A333306 a(n) = sqrt(Pi/4)*2^A048881(2*n)*L(2*n) where L(s) = lim_{t->s} (t/2)!/((1-t)/2)!. 1

%I #19 Apr 09 2021 20:35:16

%S 1,1,-1,9,-45,1575,-42525,3274425,-42567525,5746615875,-488462349375,

%T 102088631019375,-6431583754220625,1923043542511966875,

%U -336532619939594203125,136295711075535652265625,-3952575621190533915703125,2083007352367411373575546875

%N a(n) = sqrt(Pi/4)*2^A048881(2*n)*L(2*n) where L(s) = lim_{t->s} (t/2)!/((1-t)/2)!.

%F a(n) = Z(2*n)*A048896(2*n)/2 where Z(n) = Pi^n*(n*Zeta(1 - n))/((1 - n)*Zeta(n)) for n >= 1.

%F a(n) = (-1)^n*(2*n)!/((1 - 2*n)*A046161(2*n)).

%F A034386(2*n-2)/2 divides a(n), i.e., all odd primes <= 2*(n-1) divide a(n).

%F The number of distinct prime divisors of a(n) is A278617(n).

%p L := s -> limit((factorial(t/2)/factorial((1-t)/2)), t=s):

%p G := n -> 2^(add(i, i = convert(n+1, base, 2)) - 1): # A048896

%p a := s -> sqrt(Pi/4)*G(2*s)*L(2*s): seq(a(n), n=0..17);

%t A333306[n_] := (-1)^n ((2 n)!/(1 - 2 n)) 2^(-2 n + DigitCount[2 n, 2, 1]);

%t Table[A333306[n], {n, 0, 17}]

%Y Cf. A048881, A048896, A046161, A034386, A278617.

%K sign

%O 0,4

%A _Peter Luschny_, May 17 2020

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 16 23:15 EDT 2024. Contains 375195 sequences. (Running on oeis4.)