2

Can anyone give the name of this pattern

$$136^2+137^2+138^2+139^2+140^2+141^2+142^2+143^2+144^2 =\\ 145^2+146^2+147^2+148^2+149^2+150^2+151^2+152^2$$

Ram
  • 47

5 Answers5

9

It belongs to a family that starts with the familiar,

$$\begin{align} &3^2+4^2 = 5^2\\ &10^2+11^2+12^2=13^2+14^2\\ &21^2+22^2+23^2+24^2 = 25^2+26^2+27^2\\ \vdots\\ &a^2 + (a+1)^2 + \dots + a_n^2 = b^2 + (b+1)^2 + \dots + b_{n-1}^2 \end{align}$$

where $b = a_n+1$ and $a = 2n^2-3n+1 = 0, 3, 10, 21, 36, 55, 78, 105, \color{brown}{136},\dots$ Yours was the case of $n=9$ squares. In general, since,

$$a^2+(a+1)^2+\dots+(a+p-1)^2 = (p/6)(6a^2-6a + 6ap + 1 - 3p + 2p^2)$$

then you need to solve an equation of the form,

$$p(6a^2-6a + 6ap + 1 - 3p + 2p^2) = q(6b^2 - 6b + 6b q + 1 - 3q + 2q^2)\tag1$$

in positive integers. A parametric solution to $(1)$ is,

$$a = 2p^2-3p+1$$ $$b = a+p$$ $$q = p-1$$

for any $p$. The "continuous" case $b=a+p$ like the family above also has sporadic solutions like the $a,p,q=4,35,10$ given by bobbym, though these do not seem to belong to a second family.

  • Thanks for the exact formula which i applied, can you give me name for these kinds of patterns which i am searching for... – Ram Apr 07 '15 at 08:06
  • @Ram: Perhaps, in general, sums of $n$ consecutive squares equal to $m$ consecutive squares? – Tito Piezas III Apr 07 '15 at 08:10
  • The diophantine equations will have only one square or one cube.. as value for sum of n consecutive squares or cubes. I am searching for any name already existing for these patterns. I discovered this pattern in my school days in 1991. However, i am unable to find the exact name of this pattern defined by mathematicians. – Ram Apr 07 '15 at 08:17
  • Note that $2n^2-3n+1=\frac{(2n-2)(2n-1)}2$, relating this to Circonflexe's answer. – Bart Michels Apr 07 '15 at 08:20
  • As per pythagoras theorem, 3^2 + 4^2 = 5^2 is a right angled triangle. 10^2 + 11^2 + 12^2 = 13^2 + 14^2 is a right angled pentagon? – Ram Apr 07 '15 at 17:54
  • @Ram: It cannot be that simple, otherwise it would already be well-known. The more general question would be: does the pentagon have the relation $x_1^2+x_2^2+x_3^2 = x_4^2+x_5^2$? I will ask the forum. – Tito Piezas III Apr 08 '15 at 04:17
  • @TitoPiezasIII Kindly include me in the forum where you are going to discuss the pentagon relation. – Ram Apr 08 '15 at 13:19
2

This is actually more general: namely, define $s_n = \sum_{i=0}^{n} i = n(n+1)/2$. Then we check that $$\begin{split} s_n^2 + \dots + (s_n + n)^2 &= (s_n+n+1)^2 + \dots + (s_n + 2n)^2 \\ &= 4n^5 + 10n^4 + 25/3 n^3 + 5/2 n^2 + 1/6 n.\end{split}$$ (Both sides are necessarily polynomials of degree 5 as integrals of quartic polynomials, so it is enough to interpolate on the first 5 values). The example you use is just the case $n = 8$ of this formula.

Now there may be something even more conceptual (such as a trick involving geometric drawings, or even modular forms), but I don't get it right now.

Circonflexe
  • 1,828
1

Hoppenot sum of squares identity

$$\sum_{k=0}^{n} (2n^{2}+n+k)^{2} = \sum_{k=1}^{n} (2n^{2}+2n+k)^{2}$$

Ng Chung Tak
  • 19,693
0

If we consider, $3^2+4^2=5^2$ as triangle, $10^2+11^2+12^2=13^2+14^2$ as pentagon, $21^2+22^2+23^2+24^2=25^2+26^2+27^2$ as heptagon.

Then, interestingly, every structure has a right angled triangle as below.

Triangle: $3^2+4^2=5^2,$ Pentagon: $5^2+12^2=13^2,$ Heptagon: $7^2+24^2=25^2.$

The least length leg gives the count of the series as explained above in every right angled triangle.

Trigonometric Structure of the above series gives a common pattern that looks like a Olympic Torch or similar ones.

Ram
  • 47
  • It's only a coincidence. Note that the last term of the family's LHS is $a_n = (a+p-1)^2$. Since $a=2p^2-3p+1$, then $a_n = 2p^2-2p$ and we have the well-known identity, $$(2p-1)^2+(2p^2-2p)^2 = (2p^2-2p+1)^2$$ – Tito Piezas III Apr 08 '15 at 02:42
0

If we consider the equation of a certain type.

$$(n-4)^2+(n-3)^2+(n-2)^2+(n-1)^2+n^2+(n+1)^2+(n+2)^2+(n+3)^2+$$

$$+(n+4)^2=(k-3)^2+(k-2)^2+(k-1)^2+k^2+$$

$$+(k+1)^2+(k+2)^2+(k+3)^2+(k+4)^2$$

The solutions can be written simply using the sequence. The next element which is obtained from the previous one.

$$p_2=3p_1+4s_1$$

$$s_2=2p_1+3s_1$$

If we use the first element of the sequence. $( p ; s) - (2 ; 1)$

Then the formula will look like.

$$n=2p^2\pm6ps+4s^2$$

$$k=2p^2\pm6ps+5s^2$$

If we use the first element of the sequence. $(p ; s ) - ( 3 ; 2 )$

Then the formula will look like.

$$n=2(2p^2\pm6ps+4s^2)$$

$$k=2(2p^2\pm6ps+5s^2)$$

individ
  • 4,405