OFFSET
1,2
COMMENTS
LINKS
Robert G. Wilson v, Table of n, a(n) for n = 1..57
MATHEMATICA
f[n_] := Block[{h = k = 1}, While[ !IntegerQ[ Numerator[h]/n] && !IntegerQ[ Denominator[h]/n], k++; h = h + 1/k]; k]; t = Table[f[n], {n, 10000}]; Select[ Range[10000], t[[ # ]] == # &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Leroy Quet and Robert G. Wilson v, Sep 29 2005
STATUS
approved