The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A226896 Position of log n in the joint ranking of harmonic numbers H(k) and {log k}, for k >= 1; complement of A226894. 3
1, 2, 4, 5, 7, 8, 10, 11, 13, 15, 16, 18, 19, 21, 22, 24, 26, 27, 29, 30, 32, 33, 35, 36, 38, 40, 41, 43, 44, 46, 47, 49, 51, 52, 54, 55, 57, 58, 60, 61, 63, 65, 66, 68, 69, 71, 72, 74, 76, 77, 79, 80, 82, 83, 85, 86, 88, 90, 91, 93, 94, 96, 97, 99, 100, 102 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If, in the definition, log k is replaced by g + log k, where g is the Euler-Mascheroni constant, then the position of log n is 2n-1, which leads to a conjecture: limit[1/(H(n) - g - log n) - 2n] = 1/3.
LINKS
EXAMPLE
log 1 < log 2 < H(1) < log 3 < log 4 < H(2) < ...
MATHEMATICA
z = 300; h[n_] := N[HarmonicNumber[n], 100]; t1 = Table[h[n], {n, 1, z}]; t2 = Table[N[Log[n], 100], {n, 1, 3 z}]; t3 = Union[t1, t2]; p[n_] := Position[t3, h[n]]; Flatten[Table[p[n], {n, 1, 3 z}]] (* A226894 *)
Differences[%] (* A226895 *)
Complement[Range[z], %%] (* A226896 *)
CROSSREFS
Cf. A001008(n)/A002805(n) (H(n)), A226894.
Sequence in context: A161750 A249400 A347782 * A175302 A288521 A067940
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 21 2013
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 May 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)