Finding All Odd Numbers in the Series

  • Thread starter Thread starter Hyperreality
  • Start date Start date
  • Tags Tags
    Numbers Series
AI Thread Summary
The discussion explores methods to identify all odd numbers in the natural number series. It highlights that odd numbers can be expressed in the form of 2n + 1, while even numbers are represented as 2n. The thread also proves that the square of an even number remains even, and the square of an odd number remains odd. Additionally, it demonstrates how starting with a sequence from 0 and manipulating it through squaring or multiplying adjacent terms can yield sequences of odd and even numbers. The conversation emphasizes mathematical relationships and transformations within number series.
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
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
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...

Similar threads

Back
Top