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!)
A362633 Square array read by antidiagonals: Consider n k-sided fair dice, whose faces are numbered 1, ..., n*k (in any order). The outcome of a roll of the dice determines an ordering of them. T(n,k) is the minimum difference of the number of outcomes resulting in the most common ordering and the number of outcomes resulting in the least common ordering, n,k >= 1. 1
0, 0, 1, 0, 0, 1, 0, 1, 2, 1, 0, 0, 3, 2, 1, 0, 1, 2, 6, 2, 1, 0, 0, 5, 8, 6, 2, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,9
COMMENTS
In other words, T(n,k)/k^n is the minimum difference of the largest and smallest probabilities of the n! possible orderings of the dice.
T(n,k) = 0 means that there exists a set of n k-sided dice such that all n! orderings are equally likely, i.e., a permutation-fair set of dice. The smallest k for which T(n,k) = 0 is 1, 2, 6, 12 for n = 1, 2, 3, 4. A necessary condition for T(n,k) = 0 to hold is that k^n be divisible by n!, i.e., that k be a multiple of A034386(n). This condition is not sufficient, because 6^4 is divisible by 4! but T(4,6) > 0.
LINKS
James Grime and Brady Haran, Go First Dice, Numberphile video, 2023.
Eric Harshbarger, Go First Dice.
Wikipedia, Go First Dice.
FORMULA
T(n,k) = A362634(prime(k)^n).
T(1,k) = 0.
T(2,k) = (k mod 2).
T(n,1) = 1 if n >= 2.
T(n,2) = 2 for n >= 3.
EXAMPLE
Array begins:
n\k| 1 2 3 4 5 6
---+-----------------
1 | 0 0 0 0 0 0
2 | 1 0 1 0 1 0
3 | 1 2 3 2 5 0
For three 2-sided "dice" (or coins), the best we can do is to number the faces (1,5), (2,6), and (3,4), respectively. We then have the following 8 possible outcomes and orderings:
d1 d2 d3 | ordering
---------+---------
1 2 3 | d1<d2<d3
1 2 4 | d1<d2<d3
1 6 3 | d1<d3<d2
1 6 4 | d1<d3<d2
5 2 3 | d2<d3<d1
5 2 4 | d2<d3<d1
5 6 3 | d3<d1<d2
5 6 4 | d3<d1<d2
Here, the orderings d2<d1<d3 and d3<d2<d1 never occur while all the others occur twice each, so T(3,2) = 2-0 = 2.
CROSSREFS
Sequence in context: A218253 A037872 A037854 * A091229 A290255 A283982
KEYWORD
nonn,tabl,more
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 August 14 10:54 EDT 2024. Contains 375159 sequences. (Running on oeis4.)