Sunday, February 12, 2017

sequences and series - A sum involving Fibonacci numbers, sumik=1nftyFk/k!

Let Fk be Fibonacci numbers. I am looking for a closed form of the sum k=1Fk/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?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...