Need Help Understanding a Pattern I Found

  • Context: High School 
  • Thread starter Thread starter Emanresu56
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around a numerical pattern identified by a participant, involving sums of consecutive integers and their properties. Participants explore the mathematical structure behind the pattern, its implications, and suggest related areas of study.

Discussion Character

  • Exploratory
  • Mathematical reasoning

Main Points Raised

  • One participant presents a pattern involving sums of consecutive integers and expresses curiosity about its classification and underlying mechanics.
  • Another participant describes the general formula for the sum of three consecutive integers, noting that it simplifies to 3a, where a is the middle integer.
  • A different participant explains how the choice of the first number being odd leads to a recurring "odd, even, odd" pattern in the sequence of numbers used in the sums.
  • This same participant also notes that the sums of these sequences are not only even but are always divisible by 6 when the first number is odd.
  • Another participant suggests exploring palindromic numbers as a related area of study, mentioning past programming work in this domain.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the classification of the initial pattern or its broader implications, and multiple perspectives on the nature of the discovered pattern are presented.

Contextual Notes

The discussion does not resolve the implications of the identified pattern or the relationship to palindromic numbers, leaving these areas open for further exploration.

Who May Find This Useful

Individuals interested in mathematical patterns, number theory, or those exploring properties of integers may find this discussion relevant.

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.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 68 ·
3
Replies
68
Views
12K
  • · Replies 48 ·
2
Replies
48
Views
5K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 55 ·
2
Replies
55
Views
7K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
3
Views
3K