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!)
A093079 Position of first occurrence of n in A091966. 3
1, 2, 13, 4, 7, 5, 9, 11, 6, 36, 142, 185, 48, 100, 114, 688, 25, 65, 24, 66, 53, 109, 120, 28, 12, 42, 8, 80, 253, 10, 4424, 239, 61, 116, 91, 45, 51, 41, 94, 590, 171, 107, 22, 75, 847, 236, 74, 55, 168, 487, 78, 21, 180, 113, 73, 27, 211, 137, 157, 49, 46, 112, 261 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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}]; d = 0; Do[b = g[n]; If[b < 101 && a[[b]] == 0, a[[b]] = n], {n, 10^5}]
CROSSREFS
Sequence in context: A344540 A338785 A335817 * A095417 A369587 A366719
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 May 13 02:41 EDT 2024. Contains 372497 sequences. (Running on oeis4.)