12

Hopefully this not to frivolous to ask, I have wondered it for years. There is a strange pattern in the differences between various power.

For example if you square the numbers from one to ten the difference between each square is the odds numbers. Similar patterns exist in the powers through 6 (and I assume all of them).

I attached an example of what I mean. Does anyone know why this occurs. For each higher power the pattern moves one to the "right"

enter image description here

NoChance
  • 6,427
  • 6
    $a^2-b^2=(a-b)(a+b)$ – Milan May 07 '19 at 20:48
  • in any consecutive pair of integer $m, m+1$, one of them is even, the other is odd. 2) an even number raised to power is an even number, an odd number raised to power is an odd number. 3) the difference of an odd and even number is odd.
  • – achille hui May 07 '19 at 21:18
  • 5
  • By the way, your question is not frivolous! As shown in the above linked post, the mathematics underlying this leads not only to an explanation of the pattern your observed, but also to a very efficient algorithm to compute the closed form for any polynomial based on the pattern, which is more efficient than almost all other techniques. – user21820 May 08 '19 at 06:40
  • I had this thought as a school student and thought it was a big deal. – yunzen May 08 '19 at 08:24
  • @yunzen: I think it is good if you thought of it without being taught about it. Keep up that curiosity, and you'll eventually think of some things that nobody happened to think of. =) – user21820 May 17 '19 at 15:43