피보나치 수열 생성기

항 수 n
피보나치 수열

Fibonacci sequence

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