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!)
A112821 Numbers n such that lcm(1,2,3,...,n)/19 equals the denominator of the n-th harmonic number H(n). 11
343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Positions where 19 occurs in A110566.
LINKS
Tanya Khovanova, Non Recursions
MATHEMATICA
a = h = 1; t = {}; Do[a = LCM[a, n]; h = h + 1/n; If[a/Denominator[h] == 19, AppendTo[t, n]], {n, 10^6}]; t
Select[Range[500], Denominator[HarmonicNumber[#]]==LCM@@Range[#]/19&] (* Harvey P. Dale, Jan 29 2012 *)
CROSSREFS
Sequence in context: A035844 A028681 A005072 * A045130 A045269 A043395
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 17 2005
EXTENSIONS
Definition corrected by Max Alekseyev, Mar 03 2007
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 24 10:49 EDT 2024. Contains 371935 sequences. (Running on oeis4.)