This nal project discusses the multiplication of a Pell numbers and a Pell-Lucas numbers generating a power numbers. The power numbers is the repeated product of a numbers, with a positive, zero, or negative integer power. Power numbers are obtained if they satiss the condition n > m > 0, and n ≡ m(mod 4) or n ≡ m+2(mod 4) and satiss the solution of (N,M) for N ≤ 14 and M ≤ 7. K…