The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A327998 a(n) = (n!/floor(n/2)!^2)^2. 1
1, 1, 4, 36, 36, 900, 400, 19600, 4900, 396900, 63504, 7683984, 853776, 144288144, 11778624, 2650190400, 165636900, 47869064100, 2363904400, 853369488400, 34134779536, 15053437775376, 497634306624, 263248548204096, 7312459672336, 4570287295210000, 108172480360000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] (2/(Pi*(1 - 16*x^2)^2))*(2*x*EllipticE(4*x) + (16*x^2 - 1)*(16*x^2 - 1 + x)*EllipticK(4*x)).
MAPLE
seq((n!/iquo(n, 2)!^2)^2, n = 0..26); # Or:
gf := (2/(Pi*(1 - 16*x^2)^2))*(2*x*EllipticE(4*x) + (16*x^2 - 1)*(16*x^2 - 1 + x)* EllipticK(4*x)): ser := series(gf, x, 30): seq(coeff(ser, x, n), n = 0..26);
MATHEMATICA
Table[(n!/(Floor[n/2]!)^2)^2, {n, 0, 30}] (* Harvey P. Dale, May 11 2022 *)
CROSSREFS
Central column of A328001.
Even bisection is A002894.
Sequence in context: A027644 A174426 A198642 * A274891 A062182 A308531
KEYWORD
nonn
AUTHOR
Peter Luschny, Oct 19 2019
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 May 31 21:04 EDT 2024. Contains 373003 sequences. (Running on oeis4.)