IMC 2019 · Problem 4

Day 126th IMC · Blagoevgrad, Bulgaria

Statement

Define the sequence a0,a1,a_0, a_1, \ldots of numbers by the following recurrence:

a0=1,a1=2,(n+3)an+2=(6n+9)an+1nanfor n0.a_0 = 1, \quad a_1 = 2, \quad (n + 3)a_{n+2} = (6n + 9)a_{n+1} - na_n \quad \text{for } n \ge 0.

Prove that all terms of this sequence are integers.

Official solution

Hidden so you can work on the problem first.