Inspired by classical Joseph Banks Rhine experiments demonstrating an extrasensory perception (see, for instance, the beginning of the respective chapter of Jeffrey Mishlove book “The Roots of Consciousness”), I consider the following experiment. A deck of cards is given to a magician John. Then John consecutively takes the cards from the deck, trying to guess suit of the taken card. He looks at the card after the guess for a feedback. The magician wishes to maximize the expected number $E$ of right guesses. For this purpose he devised the following Strategy: at each turn to guess a suit which has a maximal number of card left in the deck. As an easy exercise we can prove that for any sequence of cards in the deck Strategy ensures at least $n$ right guesses, where $n$ is the maximal number of cards with one suit in the deck. But we can consider a more interesting and complicated problem to calculate the expectation $E$ for Strategy (here we are assuming that the deck is so well shuffled such that all sequences of cards have equal probability). By the way, I conjecture that Strategy is the best for maximizing the expectation $E$, that is any other strategy yields not greater value of $E$. Now I wish to evaluate the expectation $E$ for Strategy. For the simplicity we shall consider only a case when there are only two suits ($m\ge 0$ cards of the first suit and $n\ge m$ cards of the second suit). Then $E(0,n)=n$ for each $n$ and we have the following recurrence $$E(m,n)=\frac{n}{m+n}(E(m,n-1)+1)+ \frac{m}{m+n}E(m-1,n)$$
for each $n\ge m\ge 1$.
The rest is true provided I did not a stupid arithmetic mistake.
I was interested mainly in asymptotics for the case $m=n$ and computer calculations suggested that $E(n,n)\sim n+c\sqrt{n}+o(\sqrt{n})$ for $c\approx 0.88\dots$.
Evaluating formulas for $E(m,n)$ for small values of $m\le 6$, I conjectured that there is a general formula
$$E(m,n)=n+m\sum_{i=1}^m\frac {c_{m,i}}{n+i}$$
for each $n\ge m\ge 1$, where $c_{m,i}$ are some integers satisfying the recurrence
$$(m-i)c_{m,i}+ic_{m,i+1}=(m-1)c_{m-1,i}$$
for every $1\le i\le m-1$.
Here are my values for $c_{m,i}$
i\m| 1 2 3 4 5 6
---+------------------------
1 | 1 2 4 8 16 32
2 | -1 -4 -12 -32 -80
3 | 1 6 24 80
4 | -1 -8 -40
5 | 1 10
6 | -1
Then I discovered that for my data $c_{m,i}$ is divisible by $2^{m-i}$. After I did the division, I surprisingly obtained that $$c_{m,i}=(-1)^{i-1}2^{m-i}{m-1 \choose i-1}.$$ I expect that I can easily prove this equality by induction.
But I did not stop at this point because I observed that now the general formula for $E(m,n)$ can be compressed to the form
$$E(m,n)=n+m\int_0^1 x^n(2-x)^{m-1} dx.$$
All of above sounds nice for me and I spent a good time investigating the problem, but I am a professional mathematician, although I am not a specialist in the domain of the above problem. Therefore I care about the following questions. Are the above results new, good and worthy to be published somewhere? What another related problems are worthy to be investigated?
Thanks and merry Holidays.