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!)
A097035 Initial values for the iteration of the function f(x) = A063919(x) such that the iteration ends in a 5-cycle, i.e., in A097024. 5
570, 870, 1230, 1290, 1326, 1482, 1530, 1686, 1698, 1710, 1794, 1866, 1878, 1890, 2058, 2070, 2142, 2154, 2166, 2178, 2238, 2250, 2502, 2802, 2814, 3042, 3222, 3630, 3702, 3714, 3726, 4350, 4494, 4506, 4518, 4914, 5010, 5142, 5154, 5166, 5284, 5418 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
n = 570: list = {570, 870, 1290, [1878, 1890, 2142, 2178, 1482], 1878}; after 3 transients, a 5-cycle arises.
n = 1230: {1230, 1794, 2238, 2250, 1530, 1710, [1890, 2142, 2178, 1482, 1878]} ; the iteration to the 5-cycle is not necessarily monotone. - Hartmut F. W. Hoft, Jan 25 2024
MATHEMATICA
a063919[1] = 1; (* function a[] in A063919 by Jean-François Alcover *)
a063919[n_] := Total[Select[Divisors[n], GCD[#, n/#]==1&]]-n/; n>1
a097035Q[k_] := Module[{iter=NestWhileList[a063919, k, UnsameQ, All]}, Apply[Subtract, Reverse[Flatten[Position[iter, Last[iter]], 1]]]==5]
a097035[n_] := Select[Range[n], a097035Q]
a097035[5418] (* Hartmut F. W. Hoft, Jan 25 2024 *)
CROSSREFS
Sequence in context: A252465 A252473 A252466 * A074907 A231140 A268203
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 30 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 September 1 15:07 EDT 2024. Contains 375591 sequences. (Running on oeis4.)