OFFSET
1,2
COMMENTS
A098464 lists the numbers k such that lcm(1,2,3,...,k) equals the denominator of the k-th harmonic number H(k) = 1/1 + 1/2 + 1/3 + ... + 1/k.
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..308
EXAMPLE
The numbers k such that the denominator of the k-th harmonic number equals lcm(1..k) begin with the following runs of consecutive integers:
1, 2, 3, 4, 5;
9, 10, 11, 12, 13, 14, 15, 16, 17;
27, 28, 29, 30, 31, 32;
49, 50, 51, 52, 53;
88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99;
125, 126, 127, ...
so this sequence begins 1, 9, 27, 49, 88, 125, ...
CROSSREFS
KEYWORD
nonn
AUTHOR
Jon E. Schoenfield, Dec 24 2019
STATUS
approved