2 lines
82 B
Text
2 lines
82 B
Text
|
|
fib(n)=my(k=0);while(n--,k++;while(!issquare(5*k^2+4)&&!issquare(5*k^2-4),k++));k
|