set /a n1=1,n2=1 & for /L %a in (3,1,10) do @((set /a n3=n1+n2,n1=n2,n2=n3)>nul & echo %a:!n3!)
view raw fib.bat hosted with ❤ by GitHub

ただの手続きですが。