Question: Does the sequence 144; 1,444; 14,444; 144,444; ... contain any squares besides 144 and 1,444?
One can easily see that $12^2=144$ and $38^2=1,444$, so I am wondering whether the sequence contains any further squares.
The number 14,444 is not a square, because it is strictly between $120^2=14,400$ and $121^2=14,641$ (found in row 4 in Pascal's triangle).
Similarly, the number 144,444 is not a square either, because it is strictly between $380^2=144,400$ and $381^2=145,161$.
More generally, as one might expect, the square root of one followed by an even number of fours begins with the digits one and two, while the square root of one followed by an odd number of fours begins with the digits three and eight.
Using modular arithmetic, one can easily show an integer whose square ends with a four in base ten must either end with a two or an eight in base ten.