CEMC Banner

Problem of the Month
Problem 4: January 2023

For each positive integer k, define a function pk(n)=1k+2k+3k++nk for each integer n. That is, pk(n) is the sum of the first n perfect kth powers. It is well known that p1(n)=n(n+1)2.

  1. Fix a positive integer n. Let S be the set of ordered triples (a,b,c) of integers between 1 and n+1, inclusive, that also satisfy a<c and b<c. Show that there are exactly p2(n) elements in the set S.

  2. With S as in part (a), show that there are (n+12)+2(n+13) elements in S and use this to show that p2(n)=n(n+1)(2n+1)6

  3. For each k, show that there are constants a2,a3,,ak,ak+1 such that pk(n)=a2(n+12)+a3(n+13)++ak(n+1k)+ak+1(n+1k+1) for all n.

    Note: Actually computing the constants gets more and more difficult as k gets larger. While you might want to compute them for some small k, in this problem we only intend that you argue that the constants always exist, not that you deduce exactly what they are.

  4. Use part (c) to show that p3(n)=n2(n+1)24 and p4(n)=n(n+1)(2n+1)(3n2+3n1)30.

  5. It follows from the fact in part (c) that pk(n) is a polynomial of degree k+1. With k=5, this means there are constants c0,c1,c2,c3,c4,c5, and c6 such that p5(n)=c0+c1n+c2n2+c3n3+c4n4+c5n5+c6n6 Use the fact that p5(1)=1 and p5(n)p5(n1)=n5 for all n2 to determine c0 through c6, and hence, derive a formula for p5(n).

  6. Show that n(n+1) is a factor of pk(n) for every positive integer k and that 2n+1 is a factor of pk(n) for every even positive integer k.