This shouldn't be too surprising.....note
10^[ (3n /10) ] = [10^(3/10)]^n ≈ [1.9956 ]^n which is very close to 2^n
Note that when n = 2...... [10^(3/10)]^n / 2^n ≈ .995
Note that when n = 10...... [10^(3/10)]^n / 2^n ≈ .9766
So.......there is less than a 3% difference in the results when 0 ≤ n ≤ 10
