A triangular number is the sequence:
1,3,6,10,15,21,...
A square number is the sequence:
1,4,9,16,25,...
Show that there are these two sequences contain infinitely many same numbers, i.e. 1 and 1.

Beautiful job Soroban +rep+
Never seen it done like that.
Your own solution?
I have modified (not really the right word) your recurrence relation into a different form:
---
I always tried to show that the cubic sequence and triangular sequence only have a trivial solution i.e. 1. And it seems to be true for higher orders also but I was unable to prove that, you know how?

Hello again, TPHacker!
I got a different closed form for the recurrence.
It's not my own solution; I learned the method from a few of my books.
You may have seen something similar while exploring.
Now that LaTeX is back, I'll revise this post.
We have the recurrence: .
Assume thatis exponential: .
The equation becomes: .
Divide byand we have: .
. . which has roots: .
We form a linear combination of the two roots:
. .
To solve forand
, we use the first two values of the sequence:
. .
Solve the system and get: .
Therefore: .
By the way: .
. . so you can rewrite the formula if you like . . .
Besides for Soroban's solution.... I have 3 more (1 of which I am too lazy to post).
Letbe the
triangular number.
Solution 1)
If t_n is a square then t_{4n(n+1)} is a square. How you are suppopsed to see that, I have no idea.
Solution 2)
Following the start of Soroban;s solution we arrive at the square root of 8k² +1, which is the "Pellian equation". Thus it has infinitely many solutions.