login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A093080
Indices of records in A091966.
4
1, 2, 4, 5, 6, 8, 10, 21, 26, 29, 59, 92, 111, 153
OFFSET
1,2
COMMENTS
A091966(A093080) = 1,2,4,6,9,27,30,52,97,193,243,317,750
MATHEMATICA
g[n_] := Abs[ N[Log[n], 1024]]; f[n_] := Block[{k = 1}, While[ N[ Nest[g, n, k], 64] > 1/n, k++]; k]; k = 1; lst = {}; mn = 0; While[k < 10^5, a = f@ k; If[a > mn, AppendTo[lst, k]; Print@ k; mn = a]; k++]
CROSSREFS
KEYWORD
hard,nonn
AUTHOR
Robert G. Wilson v, Mar 18 2004
STATUS
approved