login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A112816
Numbers k such that lcm(1,2,3,...,k)/9 equals the denominator of the k-th harmonic number H(k).
12
63, 64, 65, 69, 70, 71, 189, 190, 191, 192, 193, 194, 195, 196, 197, 207, 208, 209, 210, 211, 212, 213, 214, 215, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713, 1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724
OFFSET
1,1
COMMENTS
When 9 occurs in A110566.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1483 from Jinyuan Wang)
MATHEMATICA
f[n_] := LCM @@ Range[n]/Denominator[ HarmonicNumber[n]]; Select[ Range[1724], f[ # ] == 9 &]
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 17 2005
EXTENSIONS
Definition corrected by Jinyuan Wang, May 03 2020
STATUS
approved