A309777 Number of ways of being dealt an n-point Bridge hand.
1, 4, 10, 24, 51, 96, 170, 284, 445, 664, 952, 1304, 1716, 2184, 2680, 3176, 3650, 4064, 4380, 4584, 4658, 4584, 4380, 4064, 3650, 3176, 2680, 2184, 1716, 1304, 952, 664, 439, 268, 148, 64, 25, 4
Offset: 0
Crossrefs
Cf. A363058.
Programs
-
PARI
Vecrev(polcoef(prod(k=1, 4, (1 + x*y^k + O(x*x^13))^4)/(1-x), 13)) \\ Andrew Howroyd, Aug 22 2019
Formula
a(n) = [y^n][x^13]((Product_{k=1..4} 1 + x*y^k)^4/(1-x)). - Andrew Howroyd, Aug 23 2019
Comments