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!)
A010053 a(n) = 4^n*(2*n+1)!*(n!)^2/(n+1). 1
1, 12, 2560, 2903040, 10701766656, 98099527680000, 1888892391260160000, 68028459471234662400000, 4210629057689788455321600000, 419914246162041071241548267520000, 64132357595657181789618280857600000000, 14397414995889590911587619167220531200000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
4^n*(2*n+1)!*(n!)^2/(n+1);
MATHEMATICA
Table[(4^n (2n+1)! (n!)^2)/(n+1), {n, 0, 10}] (* Harvey P. Dale, Nov 04 2017 *)
PROG
(PARI) a(n) = {4^n*(2*n+1)!*(n!)^2/(n+1)} \\ Andrew Howroyd, Jan 01 2020
CROSSREFS
Sequence in context: A228289 A306391 A195536 * A092299 A006272 A111237
KEYWORD
nonn,easy
AUTHOR
Joe Keane (jgk(AT)jgk.org)
EXTENSIONS
Terms a(10) and beyond from Andrew Howroyd, Jan 01 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 April 28 17:47 EDT 2024. Contains 372092 sequences. (Running on oeis4.)