A211200 Indices of records in A207709.
1, 11, 113, 7103, 8778881, 2302890927539, 7289913993299309016859, 330513634706872709970497049176749987771, 52698433600606388974675914778280598904460888679269021907794061677149
Offset: 1
Keywords
Examples
A207709(11) = 2 since A207709(113) = 3 is the next record value.
Crossrefs
Cf. A207709.
Programs
-
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]
Comments