after developing a formula, I came up against this :
$$f_0(n)=2n−1,\\ f_{k+1}(n)=\sum_{i=1}^nf_k(i)$$
So, for example :$$f_1(n)= n^2\\ f_2(n) = \frac{n(n+1)(2n+1)}{6}$$ Can we find $f_n(n)$ ?
Thanks to Jens Renders for his advice of rewriting it in a more logical way
ifor the index name, the second example wouldn't make any sence either – Theman Op May 19 '20 at 19:53