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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A112822 Least number k such that LCM{1,2,...,k}/denominator of harmonic number H(k) = 2n-1. 10
1, 6, 105, 44, 63, 33, 156, 20, 272, 343 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

First occurrence of 2n-1 in A110566. Tested to k>4190175

MATHEMATICA

a = h = 1; t = Table[0, {100}]; Do[a = LCM[a, n]; h = h + 1/n; b = a/Denominator[h]; If[b < 101 && t[[(b + 1)/2]] == 0, t[[(b + 1)/2]] = n], {n, 500000}]; t

CROSSREFS

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

Sequence in context: A006768 A055969 A184188 * A033589 A077289 A110342

Adjacent sequences:  A112819 A112820 A112821 * A112823 A112824 A112825

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Sequence continues: a(10)=?,11881,100,66,822,28861,77,a(18)=?,1332,162,2758521,24649,21,a(24)=?,294,a(26)=?,1166,110,126059,201957,3660

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 16 19:48 EST 2012. Contains 205955 sequences.