I know Mathematica has the default function for Fibonacci Serie but I need do a function that calculate any number that I introduce, for example:
n=2 fib=[n_]... So the result for the Fibonacci Serie it's 1 (1,1,2,3,5,8...)
Please anyone help me to generate this function and please explain why and the stepwise