answer = harmonic(value)
Returns the harmonic number with an index of value.
This calculates sum(1..value){1/n}
harmonic(5) = 2.283333333333333 harmonic(10) = 2.9289682539682538