login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112819 Numbers n such that 15*LCM(1,2,3,...,n) equals the denominator of the n-th harmonic number H(n). 9
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 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

When 15 occurs in A110566.

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

Cf. A002805, A003418, A110566.

Cf. A098464, A112813, A112814, A112815, A112816, A112817, A112818, A112820, A112821, A112822.

Sequence in context: A107302 A193572 A167323 * A070684 A167306 A061840

Adjacent sequences:  A112816 A112817 A112818 * A112820 A112821 A112822

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 17 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 11:35 EST 2012. Contains 206011 sequences.