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”).

A112817
Numbers k such that lcm(1,2,3,...,k)/11 equals the denominator of the k-th harmonic number H(k).
12
33, 34, 35, 36, 37, 38, 39, 40, 41, 81, 82, 83, 84, 85, 86, 87, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430
OFFSET
1,1
COMMENTS
When 11 occurs in A110566.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Jinyuan Wang)
MATHEMATICA
f[n_] := LCM @@ Range[n]/Denominator[ HarmonicNumber[n]]; Select[ Range[430], f[ # ] == 11 &]
Select[Range[450], 1/11*LCM@@Range[#]==Denominator[HarmonicNumber[#]]&] (* Harvey P. Dale, Jan 06 2019 *)
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 17 2005
EXTENSIONS
Name (definition) corrected by Harvey P. Dale, Jan 06 2019
STATUS
approved