OFFSET
1,15
COMMENTS
Indices n such that a(n) is not equal to 1 are listed in A121594.
It appears that most a(n) > 1 are a prime divisor of their corresponding indices A121594(n). The first and only composite term up to a(6000) is a(1470) = 49 that also divides its index.
A compressed version of this sequence (all 1 entries are excluded) is A121595.
LINKS
Alexander Adamchuk, Table of n, a(n) for n = 1..400
FORMULA
MATHEMATICA
Numerator[Table[n*Sum[(-1)^(i+1)*1/i, {i, 1, n}], {n, 1, 600}]]/Numerator[Table[Sum[(-1)^(i+1)*1/i, {i, 1, n}], {n, 1, 600}]]
CROSSREFS
KEYWORD
frac,nonn
AUTHOR
Alexander Adamchuk, Jun 26 2006, Sep 21 2006
STATUS
approved