The number of closed lambda calculus terms of size n, where size(lambda x.M)=2+size(M), size(M N)=2+size(M)+size(N), and size(V)=1+i for a variable V bound by the i-th enclosing lambda (corresponding to a binary encoding).
a(n) grows asymptotically as C*n^{-3/2}*rho^(-n), where rho~0.509308 is the smallest positive root of (1-z) * (1-z^2)^2 - 4*z^4, and 0.01252417 <= C <= 0.01254594, as shown in the Bodini et al. paper.