Factors of triangular numbers forming arithmetic series

ramsey2879
Messages
841
Reaction score
3
For every pair (a,b) of factors that equal the trangular number m(m+1)/2 there are two distinct sets of pairs (c,d) that form a determinant equal to 2m+1 such that the products (a+cn)*(b+dn) = a triangular number for all n. Is this a previously known fact and how can it be prooved?
ramsey2879 in the topic "New Conjecture" said:
For instance, the triangular number T(37) has 12 factors which yields the (a,b) pairs 1,666; 2,333; 3,222; 6,111; 9,74 and 18,37. The respective sets of c,d pairs in determinant format are

\left| \begin{smallmatrix}<br /> 1 &amp; 648\\ 2 &amp; 1369<br /> \end{smallmatrix}\right|

\left| \begin{smallmatrix}<br /> 1 &amp; 162\\ 8 &amp; 1369<br /> \end{smallmatrix}\right|

\left| \begin{smallmatrix}<br /> 1 &amp; 72\\ 18 &amp; 1369<br /> \end{smallmatrix}\right|

\left| \begin{smallmatrix}<br /> 1 &amp; 18\\ 72 &amp; 1369<br /> \end{smallmatrix}\right|

\left| \begin{smallmatrix}<br /> 1 &amp; 8\\ 162 &amp; 1369<br /> \end{smallmatrix}\right|

\left| \begin{smallmatrix}<br /> 1 &amp; 2\\ 648 &amp; 1369<br /> \end{smallmatrix}\right|

Each determinant equals 37^2 - 36^2 and each of (1 + n)*(666+648n), (1 + 2n)*(666+1369n), (2+n)*(333+162n), ... (18+n)*(37+2n), (18+648n)*(37+1369n) are each triangular numbers for all integer n. In short if a given triangular number [a*b] has M factors, there are M different sets of products (a' + cn)(b' + dn) where a'b' = ab, c is prime to d and the products remain as triangular numbers for all integer n.
 
Physics news on Phys.org
T(n) = n²/2 + n/2

T(kn + m) = (kn+m)²/2 + (kn+m)/2
= (k²/2)n² + (km)n + (m²)/2 + (k/2)n + m/2
= (k²/2)n² + (km+ k/2)n + (m² + m)/2
= (k²/2)n² + (km + k/2)n + T(m)


(a+cn)(b+dn) = (cd)n² + (ad + bc)n + ab



Why look at the (kn+m)-th triangular number? Because I wanted the most general expression that was quadratic in n. (And later realized that one of my coefficients was your m)
 
Hurkyl said:
T(n) = n²/2 + n/2

T(kn + m) = (kn+m)²/2 + (kn+m)/2
= (k²/2)n² + (km)n + (m²)/2 + (k/2)n + m/2
= (k²/2)n² + (km+ k/2)n + (m² + m)/2
= (k²/2)n² + (km + k/2)n + T(m)


(a+cn)(b+dn) = (cd)n² + (ad + bc)n + ab



Why look at the (kn+m)-th triangular number? Because I wanted the most general expression that was quadratic in n. (And later realized that one of my coefficients was your m)
This is a helpful. I did determined the following formula for c and d that fits both the data and cd = k^2/2
Lets separate this into two parts m odd and m even
For m even
c_1 =(gcd(m+1,a))^{2}
d_1 =(gcd(m,b))^{2}*2
c_2 = (gcd(m,a))^{2}*2
d_2 =(gcd(m+1,b))^{2}

For m odd
c_1 = (gcd(m+1,a))^{2}*2
d_1 =(gcd(m,b))^{2}
c_2 =(gcd(m,a))^{2}
d_2 =(gcd(m+1,b))^{2}*2

Either way cd = k^2/2 fits.

Now to show that the data fits km + k/2 = ad + bc also with my equations. Granted that this is no proof but it could rule out my equations if it didn't. m = 36 m+1 = 37

1. (1 + n)*(666+648n)
gcd(666,36)=18; 2*1*18^2 = 648 -> k = 36
n=1 -> 2*1314 = T(36+36)
n=1 -> 3*1962 = T(72+36)
36*36-36/2 = 1*648 + 666*1
1314=1314

2. (1 + 2n)*(666+1369n)
gcd(666,37)= 37, 2*1*37^2 = 74^2/2 -> k = 74
n=1 -> 3*2035 = T(74+36)
n=2 -> 5*3404 = T(148+36)
74*36+74/2 = 2701 = 1369 + 2*666

3. (2+n)*(333+162n)

, ...

11. (18+n)*(37+2n)

12. (18+648n)*(37+1369n)
 
Last edited:
Hurkyl said:
T(n) = n²/2 + n/2

T(kn + m) = (kn+m)²/2 + (kn+m)/2
= (k²/2)n² + (km)n + (m²)/2 + (k/2)n + m/2
= (k²/2)n² + (km+ k/2)n + (m² + m)/2
= (k²/2)n² + (km + k/2)n + T(m)


(a+cn)(b+dn) = (cd)n² + (ad + bc)n + ab
I check my data over and over and two principles remain.
1. Although k can take any integer value in the first set of equations, there are only a finite number, i.e., \Upsilon(T(m)) of k values for which the diophantine equation set below has a solution in integers.
ab = T(m)
cd = k^2/2
ad + bc = km + k/2
2. The solution for each k value is given by my equations for c and d as a function of a,b,m where (a,b) \iff (m,k) .
\Upsilon(T(m)) equals the number of divisors of T(m).
I am confident here that no counter example can be found.
 
ramsey2879 said:
I check my data over and over and two principles remain.
1. Although k can take any integer value in the first set of equations, there are only a finite number, i.e., \Upsilon(T(m)) of k values for which the diophantine equation set below has a solution in integers.
ab = T(m)
cd = k^2/2
ad + bc = km + k/2
2. The solution for each k value is given by my equations for c and d as a function of a,b,m where (a,b) \iff (m,k) .
\Upsilon(T(m)) equals the number of divisors of T(m).
I am confident here that no counter example can be found.
I have a proof for this statement. Anyone interested?
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top