Question 1143446
<pre>Harmonic sequence:

2,2/3,2/5,2/7 with solution 

A harmonic sequence is the sequence of reciprocals of the terms of
an arithmetic sequence.

So we make the corresponding arithmetic sequence by taking reciprocals
of the terms:

1/2, 3/2, 5/2, 7/2, which has a<sub>1</sub> = 1/2, and d = 2/2 or 1

If has nth term a<sub>n</sub>=a<sub>1</sub>+(n-1)d
                a<sub>n</sub>=1/2+(n-1)(1)
                a<sub>n</sub>=1/2+n-1
                a<sub>n</sub>=n-1/2
                a<sub>n</sub>=2n/n-1/n
                a<sub>n</sub>=(2n-1)/n

So the nth term of the original harmonic sequence is the reciprocal of that:

                a<sub>n</sub>=n/(2n-1)

-------------------

For the others, form the corresponding arithmetic sequence, and proceed as 
above.

Edwin</pre>