| |||||||||
A triangular square number is a number which is both a triangular number and a perfect square. There is an infinity of triangular squares, given by the formula
The problem of finding triangular square numbers reduces to Pell's equation in the following way. Every triangular number is of the form n(n − 1)/2. Therefore we seek integers n, m such that
With a bit of algebra this becomes
and then letting k = 2n − 1, we get the Diophantine equation
which is an instance of Pell's equation.
The kth triangular square Nk is equal to the sth perfect square and the tth triangular number, such that
t is given by the formula
As k becomes larger, the ratio t/s approaches the square root of two:
<math> \begin{matrix} N=1 & s=1 & t=1 & t/s=1 \\ N=36 & s=6 & t=8 & t/s = 1.3333333 \\ N=1225 & s=35 & t=49 & t/s = 1.4 \\ N=41616 & s=204 & t=288 & t/s = 1.4117647 \\ N=1,413,721 & s=1189 & t=1681 & t/s = 1.4137931 \\ N=48,024,900 & s=6930 & t=9800 & t/s = 1.4141414 \\ N=1,631,432,881 & s=40391 & t=57121 & t/s = 1.4142011 \end{matrix} <math>