Suppose we have a tree like on the picture below ( note that only part of the tree is pictured ), i.e. each time number of edges coming from vertex is increasing by 1 (from left to right).

Let us denote $A(n)$ as a number of vertices at level $n$. For example, the first $A(n)$ are $$A(0) = 1,\, A(1) = 1,\, A(2) = 2,\, A(3) = 7,\, A(4) =\ldots$$
Question is to
find the closed form for $A(n)$.