Does it exist a recursive formula that approximates $\sum_{k=1}^n k^k\,$?
Defined $\,S_n=\sum_{k=1}^n k^k$, I am looking for a relation $\,S_{n+1}\sim f(n)\cdot S_n\,$, with $\,S_1=1$ and $f(n)\,$ a suitable function of $\,n$.
A trial and error procedure has led me to consider the following function: $$f(n)=\frac e 2\cdot\Big(2n+1-\log\Big(1+\frac{n-1}{(2n+1)^2}\Big)\Big)$$ Here are some experimental results:
$n\;\;\;\;\;\;\;\;\;\;err_\%\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;n\;\;\;\;\;\;\;\;\;err_\%$
$1\;\;\;\;-18.45\%\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\,20\;\;\;\;-1.33\%$
$2\;\;\;\;-14.09\%\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\,30\;\;\;\;-0.85\%$
$3\;\;\;\;\;\,-9.70\%\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\,40\;\;\;\;-0.61\%$
$4\;\;\;\;\;\,-7.17\%\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\,50\;\;\;\;-0.47\%$
$5\;\;\;\;\;\,-5.68\%\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\,60\;\;\;\;-0.37\%$
$6\;\;\;\;\;\,-4.70\%\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\,70\;\;\;\;-0.30\%$
$7\;\;\;\;\;\,-4.00\%\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\,80\;\;\;\;-0.25\%$
$8\;\;\;\;\;\,-3.49\%\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\,90\;\;\;\;-0.21\%$
$9\;\;\;\;\;\,-3.08\%\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;100\;\;\;\;-0.18\%$
$10\;\;\,\;-2.76\%$
I shall appreciate every comment and suggestion. Many thanks.
