Fibonacci sequence is defined by Fn = Fn−1 + Fn−2 for n ≥ 2 with F0 = 0 and F1 = 1. Lucas sequence is defined by Ln = Ln−1 + Ln−2 for n ≥ 2 with L0 = 2 and L1 = 1. While Fibonacci-Like sequence is a generalized of Fibonacci and Lucas sequence that defined by Sn = Sn−1 + Sn−2 for n ≥ 2 with S0 = 2 and S1 = 2. The Fibonacci-Like sequence forms the sequence numbers 2, 2…