Talk:Sub-unit squares: Difference between revisions

m
(An alternative method)
 
(2 intermediate revisions by the same user not shown)
Line 21:
==An alternative method==
 
I am going to start by solving a relaxation of the task description. For ana z digit number find perfect squares (g*g) ending in 5 such that (g*g)+10<sup>z</sup>/9 is also a perfect square. g will be the sequence of integers between ⌈√10<sup>nz</sup>⌉ and ⌊√10<sup>nz+1</sup>-1-10<sup>nz</sup>/9⌋ ending in 5. For 4 digit numbers the candidates (g) are 25 35 45 55 65 75 85;
 
For a given g I form the next perfect square by adding 2g+1. So for g=45 I can form a series of perfect squres:
Line 27:
g<sup>2</sup>+91 g<sup>2</sup>+91+93 g<sup>2</sup>+91+93+95 .....
 
so for 45*45<sup>2</sup>+1111 to be a sub-unit square 91+93+95+... must equal 1111.
 
91 184 279 376 475 576 679 784 891 1000 1111 ...
2,172

edits