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!)
A134374 a(n) = ((2n+1)!)^2. 13
1, 36, 14400, 25401600, 131681894400, 1593350922240000, 38775788043632640000, 1710012252724199424000000, 126513546505547170185216000000, 14797530453474819213543604224000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A009445(n)^2 = A001044(2n+1). - Wesley Ivan Hurt, May 02 2014
From Amiram Eldar, Nov 16 2020: (Start)
Sum_{n>=0} 1/a(n) = A334378.
Sum_{n>=0} (-1)^n/a(n) = Im(BesselJ(0, 2*exp(3*Pi*i/4))). (End)
MAPLE
A134374:=n->((2*n+1)!)^2; seq(A134374(n), n=0..10); # Wesley Ivan Hurt, May 02 2014
MATHEMATICA
Table[((2n+1)!)^(2), {n, 0, 10}]
PROG
(PARI) a(n) = ((2*n+1)!)^2; \_ Michel Marcus, Nov 16 2020
CROSSREFS
Sequence in context: A201003 A271335 A233253 * A263388 A159423 A271336
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Oct 22 2007
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 20 17:58 EDT 2024. Contains 372720 sequences. (Running on oeis4.)