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!)
A047677 Row 2 of square array defined in A047675: 2*n!*(n+1)!. 2
2, 4, 24, 288, 5760, 172800, 7257600, 406425600, 29262643200, 2633637888000, 289700167680000, 38240422133760000, 5965505852866560000, 1085722065221713920000, 228001633696559923200000, 54720392087174381568000000, 14883946647711431786496000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) = A152877(2n+1, 2n-2) for n > 0. - Alois P. Heinz, Nov 10 2013
LINKS
MAPLE
a:= proc(n) a(n):= `if`(n=0, 2, n*(n+1) * a(n-1)) end:
seq(a(n), n=0..20); # Alois P. Heinz, Nov 11 2013
MATHEMATICA
2*Times@@@Partition[Range[0, 20]!, 2, 1] (* Harvey P. Dale, Sep 25 2017 *)
CROSSREFS
Sequence in context: A038058 A062531 A141599 * A030276 A081476 A241806
KEYWORD
nonn
AUTHOR
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 19 03:30 EDT 2024. Contains 371782 sequences. (Running on oeis4.)