Let $F_k$ be Fibonacci numbers. I am looking for a closed form of the sum $\sum_{k=1}^\infty F_k/k!$.
I tried to use Wolfram Alpha, but it is not doing the sum Fibonacci[k]/k! , k=1 to infinity.
Can someone tell what is the problem with WA and what this sum equals to?
Using Mma, Limit[Sum[Fibonacci[k]/k!, {k, 1, p}], p -> Infinity] gives an answer and
Sum[Fibonacci[k]/k!, {k, 1, Infinity}] gives the same. Is your problem with Wolfram Alpha ?