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
1, 1, -1, 9, -45, 1575, -42525, 3274425, -42567525, 5746615875, -488462349375, 102088631019375, -6431583754220625, 1923043542511966875, -336532619939594203125, 136295711075535652265625, -3952575621190533915703125, 2083007352367411373575546875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
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.
a(n) = (-1)^n*(2*n)!/((1 - 2*n)*A046161(2*n)).
A034386(2*n-2)/2 divides a(n), i.e., all odd primes <= 2*(n-1) divide a(n).
The number of distinct prime divisors of a(n) is A278617(n).
MAPLE
L := s -> limit((factorial(t/2)/factorial((1-t)/2)), t=s):
G := n -> 2^(add(i, i = convert(n+1, base, 2)) - 1): # A048896
a := s -> sqrt(Pi/4)*G(2*s)*L(2*s): seq(a(n), n=0..17);
MATHEMATICA
A333306[n_] := (-1)^n ((2 n)!/(1 - 2 n)) 2^(-2 n + DigitCount[2 n, 2, 1]);
Table[A333306[n], {n, 0, 17}]
CROSSREFS
Sequence in context: A352398 A261847 A050909 * A230062 A224851 A042003
KEYWORD
sign
AUTHOR
Peter Luschny, May 17 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 16 21:06 EDT 2024. Contains 375183 sequences. (Running on oeis4.)