MathDB
Another trivial question

Source:

October 23, 2024
TSTChilealgebra

Problem Statement

Consider a function nf(n) n \mapsto f(n) that satisfies the following conditions:
f(n) f(n) is an integer for each n n . f(0)=1 f(0) = 1 . f(n+1)>f(n)+f(n1)++f(0) f(n+1) > f(n) + f(n-1) + \cdots + f(0) for each n=0,1,2, n = 0, 1, 2, \dots .
Determine the smallest possible value of f(2023) f(2023) .