IMC 2003 · Problem 6

Day 210th IMC · Cluj-Napoca, Romania

Statement

Let (an)nN(a_n)_{n \in \mathbb{N}} be the sequence defined by

a0=1,an+1=1n+1k=0naknk+2.a_0 = 1, \quad a_{n+1} = \frac{1}{n+1} \sum_{k=0}^{n} \frac{a_k}{n-k+2}.

Find the limit

limnk=0nak2k,\lim_{n \to \infty} \sum_{k=0}^{n} \frac{a_k}{2^k},

if it exists.

Official solution

Hidden so you can work on the problem first.