I want to create code that assigns numbers to functions in order. I tried using Nestlist and it didn't work.
f[x_]:=x+1
actually,
f[1]
f[2]
f[3]
f[4].....
You can do this code one by one, but it need a lot of code to look from 1 to 100 all results. Is there an easy way to write?