
problem
Squaresearch
Consider numbers of the form un = 1! + 2! + 3! +...+n!. How many such numbers are perfect squares?
Take any pair of two digit numbers x=ab and y=cd where, without loss of generality, ab > cd . Form two 4 digit numbers r=abcd and s=cdab and calculate: {r^2 - s^2} /{x^2 - y^2}.