De Bruijn sequences are numbered by the equation
dB(k,n) = ((k!)^(k^(n-1)))/(k^n).
When we have dB(2,16), the computed value is of the order 2.1598E+9859 .
For dB(16,4), the computed value is of the order 2.7629E+54556.
Yet, both sequences are represented within just 64K bytes of memory.
Only one of these computations can be correct.
Comments?