MathDB
Exponential number of n-sequences

Source: ISL 2022 A8

July 9, 2023
algebraSequences

Problem Statement

For a positive integer nn, an nn-sequence is a sequence (a0,,an)(a_0,\ldots,a_n) of non-negative integers satisfying the following condition: if ii and jj are non-negative integers with i+jni+j \leqslant n, then ai+ajna_i+a_j \leqslant n and aai+aj=ai+ja_{a_i+a_j}=a_{i+j}.
Let f(n)f(n) be the number of nn-sequences. Prove that there exist positive real numbers c1c_1, c2c_2, and λ\lambda such that c1λn<f(n)<c2λnc_1\lambda^n<f(n)<c_2\lambda^n for all positive integers nn.