IMC 2012 · Problem 1

Day 119th IMC · Blagoevgrad, Bulgaria

Statement

For every positive integer nn, let p(n)p(n) denote the number of ways to express nn as a sum of positive integers. For instance, p(4)=5p(4) = 5 because

4=3+1=2+2=2+1+1=1+1+1+1.4 = 3 + 1 = 2 + 2 = 2 + 1 + 1 = 1 + 1 + 1 + 1.

Also define p(0)=1p(0) = 1.

Prove that p(n)p(n1)p(n) - p(n-1) is the number of ways to express nn as a sum of integers each of which is strictly greater than 11.

Official solution

Hidden so you can work on the problem first.

Proposed by Fedor Duzhin, Nanyang Technological University.