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!)
A211200 Indices of records in A207709. 0
1, 11, 113, 7103, 8778881, 2302890927539, 7289913993299309016859, 330513634706872709970497049176749987771, 52698433600606388974675914778280598904460888679269021907794061677149 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Least k such that (H(k) + exp(H(k))*log(H(k)))/sigma(k) >= n, where H(k) is the harmonic number sum_{i=1..k} 1/i.
a(10) has 119 digits and is too large to include.
Conjecture: the sequence contains only noncomposite numbers.
LINKS
EXAMPLE
A207709(11) = 2 since A207709(113) = 3 is the next record value.
MATHEMATICA
lst = {}; h = k = n = 0; Do[While[n <= max, k++; h = h + 1/k; n = (h + Exp@h*Log@h)/DivisorSigma[1, k]]; AppendTo[lst, k], {max, 2, 4}]; Prepend[lst, 1]
CROSSREFS
Cf. A207709.
Sequence in context: A104096 A239821 A087391 * A048553 A110799 A088089
KEYWORD
nonn
AUTHOR
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 6 17:14 EDT 2024. Contains 372297 sequences. (Running on oeis4.)