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!)
A112819 Numbers k such that lcm(1,2,3,...,k)/15 equals the denominator of the k-th harmonic number H(k). 12
20, 24, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 41889597, 41889598, 41889599, 41889600, 41889601, 41889602, 41889603, 41889604, 41889605, 41889606, 41889607 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
When 15 occurs in A110566.
LINKS
MATHEMATICA
a = h = 1; t = {}; Do[a = LCM[a, n]; h = h + 1/n; If[a/Denominator[h] == 15, AppendTo[t, n]], {n, 10^6}]; t
CROSSREFS
Sequence in context: A219392 A193572 A167323 * A070684 A295152 A292199
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 17 2005
EXTENSIONS
Definition corrected by Jinyuan Wang, May 03 2020
More terms from Chai Wah Wu, Mar 18 2021
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)