I am looking to find perfect squares $\overline{abcdef}$ with the property that $\overline{ab}$, $\overline{cd}$ and $\overline{ef}$ are perfect squares.
I ran a quick program to find that the only such numbers are $166464=408^2$ and $646416=804^2$, but I can't find a mathematical proof for this, or a way to determine this result without using a computer. Also I am interesed in the phenomenon behind this and if it is pure coincindence that the square roots of the results are palindromes.
Let $x,y,z\in\{4,5,6,7,8,9\}$ and $\overline{ab}=x^2$, $\overline{cd}=y^2$ and $\overline{ef}=z^2$, and suppose that $$w^2=\overline{abcdef}=10^4x^2+10^2y^2+z^2,$$ for some positive integer $w$. From $4\leq x,y,z\leq9$ we get the (rather loose) inequalities $$(10^2x)^2<10^4x^2+1616\leq10^4x^2+10^2y^2+z^2\leq10^4x^2+8181<(10^2x+11)^2,$$ which show that $$10^2x+1\leq w\leq 10^2x+10.$$ This already narrows the problem down to computing the squares of at most $6\times10=60$ three digit numbers.
Of course $w$ is not divisible by $10$, so $w=10^2x+t$ for some integer $t$ with $1\leq t\leq9$. Then $t^2=\overline{ef}=z^2$ and so $t=z$. Moreover $$2xz=2tx=\overline{cd}=y^2,$$ which shows that $xz$ is twice a square. It follows that $x,z\notin\{5,6,7\}$ or in other words, $x,z\in\{4,8,9\}$. Then either $x=8$ and $z\in\{4,9\}$ or $z=8$ and $x\in\{4,9\}$. Because $$2xz=y^2\leq81,$$ this only leaves $\{x,z\}=\{4,8\}$, corresponding to the solutions you already found.