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!)
A137802 Number of arrangements of 2n couples into n cars such that each car contains 2 men and 2 women but no couple (cars are unlabeled). 1
0, 3, 150, 31185, 12999420, 9622703475, 11539805487210, 20981809690466625, 54997428661808232600, 199760599884519009411075, 973866344327734952575230750, 6207575427404936259602204502225 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A137801(n) / n! = SUM[i+j<=n] (-1)^i * (2n)! * (2n-i-2j)! / (n-i-j)! / i! / j! / 2^(2n-2i-j)
PROG
(PARI) { a(n) = sum(i=0, n, (-1)^i * sum(j=0, n-i, (2*n)! * (2*n-i-2*j)! / (n-i-j)! / i! / j! / 2^(2*n-2*i-j) ) ) }
CROSSREFS
Sequence in context: A111816 A157555 A157578 * A100203 A287319 A189248
KEYWORD
nonn
AUTHOR
Max Alekseyev, Feb 10 2008
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 September 4 19:05 EDT 2024. Contains 375685 sequences. (Running on oeis4.)