I was wondering - how would I specify the interval (the amount that n
increases each time) between terms? Is that possible? What if I want it to increase by, say, 2, each time instead of one.
In Python it would be n += 2
-> I'm looking for an equivalent...