so the question boils down to solve for all positive integer n,m such that:
3n*(n+1)/2=2*m*(m+1)
Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!
Did you know that...
The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!
lets see....from the series 1->k rule we have:
1) 3n(n+1)/2 = 3(1+2+3+4+...+n)
2) 2m(m+1) = 4(1+2+3+4+..+m)
Obviously this means n>m as both are >0
Just one thing to think about.
this leads to:
1+2+3+...+m = ([m+1]+[m+2]+...+n)*3
=> 6 is a factor of m(m+1)
=> m^2+m-6k=0
=> m= [-1 + sqrt(1+24k^2)]/2
=> narrows down possibilies for m (though not all work, like when k=1)
Also, using quadratic formula:
3n^2+3m=4m^2+4m
=> m=(-1+sqrt(3n^2+3n+1))/2
=> 3n^2+3n+1=d^2, where d>1
Did you know that...
The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!
I just wanted to investigate aX(X+1) = bY(Y+1), specifically
I put a progie together to return the first nonzero X:Y as a and b varies from 1 to 25, testing all values X:Y from 1 to 3000.
{returns a tab deliminated table to the clipboard, where a varies from left to right, and b varies from top to bottom}
Obviously, its symetric across the a = b diagonal.
And, I noticed that when a is a square and b is a square, when a <> b, then
either there are no first nonzero X1:Y1 pairs, or else they are > 3000.
Secondly, of course, when a and b are non-relative prime, they match their reduced values cell entry:
ie... cell(3, 6) = cell(1,2)
So, for all to play with, attached is a zipped pdf displaying the results as a, b varies from 1 to 25.
Did you know that...
The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!
and m_k=14m_(k-1)-m_(k-2)+6
n_k=14m_(k-1)-m_(k-2)+6
and of course, (m_k,n_k) are solutions to the equation
Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!
Did you know that...
The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!