Question 993979
The output increases by 4 for each increase for n.
Try 4n, and you get 0,4,8,12,16
add 1 to each of those, and that is the desired series.
if n=,,,,; then 4n+1=.....