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!)
A113702 Trajectory of 10 under map k -> A111273(k). 3
10, 11, 22, 23, 12, 13, 91, 161, 189, 285, 429, 473, 869, 957, 1437, 2157, 3237, 4857, 7287, 4164, 3470, 4511, 2256, 1464, 1172, 782, 783, 392, 294, 413, 531, 342, 343, 172, 173, 519, 346, 347, 694, 1735, 1388, 926, 927, 464, 248, 166, 167, 84, 70, 71, 36, 37 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
10 is the smallest number that is not member of a k-cycle with k <=13 of permutation A111273.
Conjecture: Sequence is not periodic.
For the retrograde trajectory of 10 see A113703.
LINKS
MAPLE
# assuming A111273 is a list, Vector or table
a113702[0]:= 10:
for i from 1 do
t:= traperror(A111273[a113702[i-1]]);
if not t::integer then break fi;
a113702[i]:=t
od:
seq(a113702[j], j=0..i-1); # Robert Israel, Jan 16 2019
CROSSREFS
Sequence in context: A214617 A041200 A041847 * A102488 A022315 A061590
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Nov 08 2005
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 22 21:38 EDT 2024. Contains 372758 sequences. (Running on oeis4.)