1) Start at 3; Add 3, then 4 then 5...
q=p+(3+n)
Where q = current answer (ie nth value)
and p = previous answer (ie (n-1)th value)
Initialise n=0 and p=3
4) Indices of 2 starting from 8
q=p*2
Initialise p = 8
Or, q=2^(n+3)
quote:
Originally posted by Bilbo
8, 16, 32, 64, 182
More like 128