フィボナッチ数列ジェネレーター

項数 n
フィボナッチ数列

Fibonacci sequence

F(0)=0, F(1)=1, F(n)=F(n-1)+F(n-2). Generate up to 500 terms locally.