The product of any four consecutive natural numbers is always 1 less than a perfect square. This is because if we take four consecutive natural numbers like n, n+1, n+2, n+3, their product will be n(n+1)(n+2)(n+3) which can be written as (n+1)2(n+2) - 1, which is 1 less than a perfect square.