I am working on creating interactive app using Manipulate function on fibonacci series using SeriesCoefficient. I want to plot the fibonacci numbers based on the slider of Manipulate function.
I have:
SeriesCoefficient[-(x/(-1 + x + x^2)), {x, 0, n}]
I want to use Manipulate function on the result of the above function and want to create discrete plot based on that. Is it possible to do that, please let me know.



Fibonacci[]? – J. M.'s missing motivation Mar 09 '16 at 07:33