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!)
A112815 Numbers k such that lcm(1,2,3,...,k)/7 equals the denominator of the k-th harmonic number H(k). 12
44, 45, 46, 47, 48, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
When 7 occurs in A110566.
LINKS
MATHEMATICA
f[n_] := LCM @@ Range[n]/Denominator[ HarmonicNumber[n]]; Select[ Range[2219], f[ # ] == 7 &]
PROG
(PARI) isok(n) = lcm(vector(n, i, i)) == 7*denominator(sum(i=1, n, 1/i)); \\ Michel Marcus, Mar 07 2018
CROSSREFS
Sequence in context: A059070 A059071 A085519 * A354145 A242934 A369276
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 17 2005
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)