Why do multiples of triangular numbers appear in a specific logarithmic frequency?

26 Views Asked by At

I was looking at some cases of triangular numbers that are twice the amount of other triangular numbers, i.e. $\frac{n(n+1)}{2}=m(m+1)$ for some integers n and m. The first few cases of this are as follows in the form (n, m): (2, 3), (14, 20), (84, 119), (492, 696), (2870, 4059), and (16730, 23660), and there appear to be no other cases in between (though there are more after). Looking at this, a pattern appears to emerge; the frequency closely resembles the function log base $(3+\sqrt8)$ of n. If we instead switch to looking for cases where a triangular number is thrice another triangular number, the frequency appears to resemble log base $(2+\sqrt3)$ of n. Triangular quadruples and any $k^2$-tuples have no frequency as the only times when they are $k^2$ times another triangular number are when the formula $\frac{n(n+1)}{2}$ is equal to 0 (i.e. n=-1 or n=1). Quintuples seem to have a frequency that is two thirds the frequency of log base $\frac{3+\sqrt5}{2}$ of n. I haven't been able to find any patterns in k-tuples for k>5 but I haven't looked for a substantial amount of time. I was wondering if anyone has a proof for or a suggestion of a method of proving the convergence of these frequencies or a formula of k that finds the frequency of any triangular number being a k-tuple of another triangular number? I have not been able to find one yet.