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!)
A264153 a(n) = ((2*n)!)^2 / 2^n. 0
1, 2, 144, 64800, 101606400, 411505920000, 3585039575040000, 59375425441812480000, 1710012252724199424000000, 80059353648041568632832000000, 5780285333388601255290470400000000, 616883611349898303167109582028800000000, 93983451956379706284115479041251737600000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A134372(n)/A000079(n).
a(n)*A264152(n) = A134372(n)*A006882(2*n-1)/A006882(n).
a(n)/A264152(n) is integer 1, 1, 24, 1620,....
MAPLE
a := n -> (2*n)!^2/2^n; seq(a(n), n=0..10);
PROG
(Sage)
a = lambda n: factorial(2*n)^2 >> n
[a(n) for n in range(11)]
CROSSREFS
Sequence in context: A163275 A157073 A304461 * A232998 A103207 A093002
KEYWORD
nonn
AUTHOR
Peter Luschny, Nov 06 2015
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 April 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)