Trying to set up a loop to count in the following way;
Want it to count 1/3+1/5+1/7...... for a set number of terms

So far its just confusing me as to how I could set this up. Is it possible to have a loop count in this way or could it only count using the same value over an over, eg. +2+2+2+2.......

Thanks