OFFSET
1,1
COMMENTS
This sequence contains A036689(k) for all k > 1. - Wouter van Doorn, Nov 06 2024
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..2000
FORMULA
Is a(n) asymptotic to c*n^2 0.5<c<0.7 ?
a(n) < 2*n^2*log(n)^2 for all n > 2. This follows from the fact that for all k > 1 there exists an n such that A036689(k) is equal to A074791(n). - Wouter van Doorn, Nov 06 2024
MATHEMATICA
Select[ Range[1700], Mod[ Denominator[ HarmonicNumber[ # ]], # ] != 0 &] (* Robert G. Wilson v, Sep 28 2005 *)
seq = {}; s = 0; Do[s += 1/n; If[! Divisible[Denominator[s], n], AppendTo[seq, n]], {n, 1, 2000}]; seq (* Amiram Eldar, Dec 01 2020 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Sep 07 2002
EXTENSIONS
Better description and more terms from Robert G. Wilson v, Sep 28 2005
STATUS
approved
