<t>QuoteOriginally posted by: krok, much easier to do recursively with bunnyjumps, I agree J(n) = J(n-2)+J(n-1) for n>3, J(1)=1, J(2)=2. db query thing is pretty easy, just select from two copies of the same table by renaming i.e.SELECT X.Value, Y.Value FROM Table AS X, Table As Y; gay abe's monumen...