A166322 The number of times a point sum n is attained in all 7^6 permutations of throwing 7 dice.
1, 7, 28, 84, 210, 462, 917, 1667, 2807, 4417, 6538, 9142, 12117, 15267, 18327, 20993, 22967, 24017, 24017, 22967, 20993, 18327, 15267, 12117, 9142, 6538, 4417, 2807, 1667, 917, 462, 210, 84, 28, 7, 1
Offset: 7
Links
- Wikipedia, Dice
Crossrefs
Programs
-
PARI
Vec(((sum(k=1,6,x^k))^7+O(x^66))) \\ Joerg Arndt, Mar 04 2013
Formula
F_{s,i}(k)= sum(n=0, floor((k-i)/s), (-1)^n*binomial(n,i)*binomial(i-1,k-s*n-1)).
Comments