login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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 *)
CROSSREFS
Sequence in context: A067011 A291436 A165854 * A115394 A344143 A335072
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 17 2005
EXTENSIONS
Name (definition) corrected by Harvey P. Dale, Jan 06 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)