login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061924 Number of combinations in card games with 4 suits and 4 players. 2
1, 4, 56, 1320, 43680, 1860480, 96909120, 5967561600, 424097856000, 34162713446400, 3075990524006400, 306135476264217600, 33371339479827148800, 3954242643911239680000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

F. Ellermann, Illustration for A001400, A061924

FORMULA

a(n) = (4*n)! / (4*n-n)!

E.g.f. in Maple notation: hypergeom([1/2, 1/4, 3/4], [1/3, 2/3], 256*x/27). - Karol A. Penson (penson(AT)lptl.jussieu.fr), Oct 18 2001

EXAMPLE

a(13)= 52*51*50*49*48*47*46*45*44*43*42*41*40 (Whist, Bridge)

PROG

(PARI) { for (n=0, 100, write("b061924.txt", n, " ", (4*n)! / (4*n - n)!) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 29 2009]

CROSSREFS

A001400.

Sequence in context: A111874 A078533 A009058 * A183612 A009536 A009558

Adjacent sequences:  A061921 A061922 A061923 * A061925 A061926 A061927

KEYWORD

nonn,easy

AUTHOR

(Frank.Ellermann(AT)t-online.de), May 16 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.