So far, I've encountered three questions here on MSE that involve a function evaluated at a natural argument $n$ on the one left side of the equation, and the same function that has been differentiated $n$ times and evaluated at a constant argument. Examples include the following equations:
- In this question, the titular equation is discussed: $$ f(n) = f^{(n)}(0). \tag{1} $$ Here, $n \in \mathbb{N}$ or $\mathbb{N}_{>0}$.
- The question above is generalized over here, and asks about real-analytic functions $g(\cdot)$ that satisfy $$ g(n) = g^{(n)}(a) \tag{2} $$ for any $a \in \mathbb{R}$.
- Finally, the following question leads to the equation $$ h(n) = \frac{ h^{(n)}(0) }{ n! }, \tag{3} $$ as pointed out by user Dan in the comment section. The same question was also posed earlier.
All of these equations are of the form $$p(n) = p^{(n)}(a) \ q(n) \tag{*} $$ for some function $q: \mathbb{N} \to \mathbb{Q} \setminus \{ 0 \} $ and some $p: \mathbb{R} \to \mathbb{R}$. They look a bit like differential equations, but it seems they're also different compared to them.
Questions: do equations of the form $(*)$ have a name? Are they mentioned and described in the literature somewhere?