Suppose we randomly generate a classical Hilbert propositional calculus formula $F$ with $n$ variables, using the following method:
$F = x_i$ for each of $i \leq n$ with probability $\frac{1}{n+2}$.
$F = \neg F_1$, where $F_1$ is generated independently using the same method.
$F = F_1 \to F_2$, where $F_1$ and $F_2$ are generated independently using the same method.
It follows from the extinction criterion for the Galton-Watson branching processes, that the process of generation will terminate with probability $1$ and thus our random formula is well defined.
My question is:
What is the probability that $F$ is a tautology?
It is clearly less, than $\frac{2}{n+2}$. However, it is clearly greater, than $\frac{n}{(n + 2)^3}$ which is the probability of generating a formula of the form $x_i \to x_i$.