Need Help Understanding a Pattern I Found

  • Thread starter Thread starter Emanresu56
  • Start date Start date
Emanresu56
Messages
13
Reaction score
0
I'm definitely sure this has already been discovered by some mathematician way back, but I just discovered it today.

Here it is:

1+2+3=6
3+4+5=12
5+6+7=18
7+8+9=24

Etc.

What is this called (if it's called anything), and how does it work? And I'm mystified as to how the first numbers in each equation are odd (1, 3, 5, 7), and then there are even numbers (2, 4, 6, 8), and then there are odd numbers (3, 5, 7, 9), and then there are even numbers again (6, 12, 18, 24). Maybe I just inadvertently set it up that way?

Thanks! :biggrin:
 
Mathematics news on Phys.org
In general, you have

(a-1) + a + (a+1)

simply collect the 1's to get

a + a + a = 3a

So of course, if a is an even number, 3a will be an even number.
 
You "set it up that way" when you chose the first number to be 1, an odd number. If n is an odd number, say, n= 2k+ 1, then the next number, n+ 1= 2k+1+1= 2k+ 2= 2(k+ 1) is even, and the last, n+2= 2k+1+ 2= 2k+ 2+ 1= 2(k+1)+ 1 is again odd. And by taking the last number on one line as the first number on the second line you have guarenteed that "odd, even, odd" pattern continues.

As for the last column, for n odd, n= 2k+1, n+ (n+1)+ (n+2)= 2k+1+ (2k+2)+ (2k+3)= 6k+ 6= 6(k+1) so the last column is not just even but is always divisible by 6.
 
Perhaps a good direction to take your study is into palandromic numbers such as 11,22,33... then 111, 121, 131, ... then 1221, 1331, 1441 and so on. I did wrtie a small fortran routine years ago. but may work better under the control of string manipulation than arithetic.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top