[go: up one dir, main page]

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!)
A093081 Records in A091966. 3
1, 2, 4, 6, 9, 27, 30, 52, 97, 193, 243, 317, 750, 911 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
MATHEMATICA
f[n_] := Abs[ N[ Log[ n], 1024]]; g[n_] := Block[{k = 1}, While[ N[ Nest[f, n, k], 64] > 1/n, k++ ]; k]; a = Table[0, {100}]; c = {}; d = 0; Do[b = g[n]; If[b > d, AppendTo[c, n]; d = b], {n, 1, 10^5}]
CROSSREFS
Sequence in context: A268868 A271927 A227526 * A242521 A338298 A366581
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Mar 18 2004
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 August 29 17:19 EDT 2024. Contains 375518 sequences. (Running on oeis4.)