Lazy oats

Add up the first n n cubes, and you get the following sequence: 1 , 9 , 36 , 100 , 225 , 1,9,36,100,225,\cdots These are all square numbers; their square roots are 1 , 3 , 6 , 10 , 15 , 1,3,6,10,15,\cdots which are all triangular numbers; and this pattern continues.

If we define the sum of powers to be S p ( n ) = 1 p + 2 p + 3 p + + n p S_p (n)=1^p+2^p+3^p+\cdots +n^p for non-negative integers p p , then the above fact can be written as S 3 ( n ) = S 1 ( n ) S 1 ( n ) S_3(n)=S_1(n) \cdot S_1(n)

Question : is there another p p such that we can write S p ( n ) S_p(n) as a product of (finitely many) other sums of powers?

Bonus: what's the relevance of the problem's title?

No, p = 3 p=3 is the only solution Yes, and there are infinitely many other solutions Yes, but there are only finitely many other solutions

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Chris Lewis
Feb 4, 2021

All of the S p S_p are polynomials in n n . The first few are S 0 ( n ) = n , S 1 ( n ) = 1 2 n 2 + 1 2 n , S 2 ( n ) = 1 3 n 3 + 1 2 n 2 + 1 6 n , S 3 ( n ) = 1 4 n 4 + 1 2 n 3 + 1 4 n S_0(n)=n,\;\;\;S_1(n)=\frac12 n^2+\frac12 n,\;\;\;S_2(n)=\frac13 n^3+\frac12 n^2+ \frac16 n,\;\;\;S_3(n)=\frac14 n^4+\frac12 n^3+\frac14n These are normally written in a factorised form, but in this form we note that the leading term appears to be 1 p + 1 n p + 1 \frac{1}{p+1} n^{p+1} . This is familiar as the result of integrating the function n p n^p , which makes sense; it's easy to prove this either by considering the limit as n n \to \infty or by using the method of differences .

Now, let's say we have a solution to the problem, p p ; ie for some non-negative integers a 1 , a 2 , , a k a_1,a_2,\cdots,a_k we have S p ( n ) S a 1 ( n ) S a 2 ( n ) S a k ( n ) S_p(n) \equiv S_{a_1} (n)\cdot S_{a_2} (n) \cdots S_{a_k} (n)

Comparing the leading terms, 1 p + 1 n p + 1 1 ( a 1 + 1 ) ( a 2 + 1 ) ( a k + 1 ) n a 1 + a 2 + + a k + k \frac{1}{p+1} n^{p+1} \equiv \frac{1}{\left(a_1+1 \right)\left(a_2+1 \right)\cdots \left(a_k+1 \right)} n^{a_1+a_2+\cdots +a_k+k}

The 1 1 s in this expression make it untidy; if we instead write b i = a i + 1 b_i=a_i+1 and q = p + 1 q=p+1 it's just 1 q n q 1 b 1 b 2 b k n b 1 + b 2 + + b k \frac{1}{q} n^{q} \equiv \frac{1}{b_1 \cdot b_2\cdots b_k} n^{b_1+b_2+\cdots +b_k}

Now, both the power and the coefficient need to match; so q = 1 k b i = 1 k b i q=\sum_1^k b_i=\prod_1^k b_i and we're looking for sets of numbers whose sum is equal to their product.

In the p = 3 p=3 case, this is 2 + 2 = 2 × 2 = 4 2+2=2\times 2=4 .

Let's assume b 1 b 2 b k b_1 \le b_2 \le \cdots b_k . Let's also assume (for now) that b 1 > 1 b_1>1 .

Now, 1 k b i 2 k 1 b k \prod_1^k b_i \ge 2^{k-1} b_k and 1 k b i k b k \sum_1^k b_i \le kb_k

so for any solutions to exist, we need 2 k 1 b k k b k 2^{k-1} b_k \le kb_k ie 2 k 1 k 2^{k-1} \le k

2 k 1 2^{k-1} grows far more quickly than k k ; the only solutions are k = 1 k=1 (not allowed) and k = 2 k=2 . It's easy to check that the only solution with k = 2 k=2 corresponds to the example in the question.

Now, we've only proved that no other solutions exist when b 1 > 1 b_1>1 . There are, in fact, infinitely many sets of positive integers with equal sum and product if you allow b 1 = 1 b_1=1 ; for instance ( 1 , 2 , 3 ) (1,2,3) , ( 1 , 1 , 2 , 4 ) (1,1,2,4) and so on.

However, b 1 = 1 b_1=1 implies that S 0 ( n ) S_0(n) divides S p ( n ) S_p(n) . But S 0 ( n ) = 1 0 + 2 0 + + n 0 = n S_0(n)=1^0+2^0+\cdots +n^0=n ; this provides a counterexample, because S p ( 2 ) S_p(2) is odd whenever p > 0 p>0 .

So the only solution is the example given in the question.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...