Finding All Odd Numbers in the Series

  • Context: High School 
  • Thread starter Thread starter Hyperreality
  • Start date Start date
  • Tags Tags
    Numbers Series
Click For Summary

Discussion Overview

The discussion revolves around methods to identify all odd numbers in the natural number series. Participants explore various mathematical approaches and transformations applied to sequences, including doubling, squaring, and manipulating adjacent terms.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Conceptual clarification

Main Points Raised

  • One participant suggests that by doubling the natural number series and subtracting 1, one can derive the odd number series.
  • Another participant proposes that every odd number can be represented as 2n + 1, where n is a natural number, and discusses the properties of squares of even and odd numbers.
  • A different approach is introduced by starting the sequence at 0 and squaring the members, leading to a derived sequence of perfect squares, from which odd numbers can be extracted by subtracting adjacent terms.
  • Further, a participant describes a method involving multiplying adjacent neighbors in the sequence starting from 0, followed by subtracting adjacent terms to yield even numbers.

Areas of Agreement / Disagreement

Participants present multiple methods for identifying odd numbers, but there is no consensus on a single approach. Various techniques are proposed, each with its own reasoning and implications.

Contextual Notes

Some methods rely on specific starting points for sequences, such as beginning with 0 or 1, which may affect the outcomes. The discussions also involve assumptions about the properties of numbers without resolving all mathematical steps.

Hyperreality
Messages
201
Reaction score
0
Here is a question I suddnely thought of.

The natural number series: 1,2,3...

If we double the series, we get: 2,4,6...

In other words get all the even numbers.

My question is there any ways to determine all odd number series?
 
Mathematics news on Phys.org
If you add one more step and substract 1 after multpliying by 2 to the series you obtain the odd number series.
 
Or add 1 and treat 1 as a special case. So every even number is of the form 2n and every odd number is of the form 2n+1. Where n can be read as "something".

Now look what you can do. (2n)^2 = 4n^2 = 2(2n^2) so the square of an even number is of the form 2 times something, and so it is even too.

And (2n+1)^2 = 4n^2 + 4n +1
= 2(2n^2+2n) + 1.
So the square of an odd number is one more than an even number, so it is odd.

You have just proved a theorem: The square of an even number is even and the square of an odd number is odd.
 
Take this another step.

Pretend that you are IBM Corporation{1} in the mid-1950s. Start your sequence with 0 instead of 1.

0 1 2 3 4 5 ...

Now, square the members of this sequence.

0 1 4 9 16 25 ...

This is the derived sequence of perfect squares.

Now, subtract adjacent members of this sequence.

Voilá!

1 3 5 7 9 ...

---

{1}IBM computer systems numbered peripherals devices and their plug ports beginning with 0 instead of with 1 (which is what other computer manufacturers started with at that time).
 
Last edited:
One more bit.

Start with

0 1 2 3 4 5 ...

This time, instead of squaring each member, multiply adjacent neighbors.

0 2 6 12 20 30 ...

Now, subtract adjacent terms of this.

2 4 6 8 10 ...

whoopie!
 
Originally posted by quartodeciman
One more bit.

Start with

0 1 2 3 4 5 ...

This time, instead of squaring each member, multiply adjacent neighbors.

0 2 6 12 20 30 ...

Now, subtract adjacent terms of this.

2 4 6 8 10 ...

whoopie!

n(n+1) - n(n-1)=n2+n - n2+n =2n
 

Similar threads

  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K