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!)
A098193 Terms in a specific cycle of length 7 of the map x->A098189(x). 4
1608, 1748, 1920, 2028, 2088, 2584, 2776 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The map enters a cycle of length 7 if started at x=294, indicated by A098190(294)=7.
The group members of this cycle are listed here in ascending order.
See other attractors in A098191-A098195.
LINKS
EXAMPLE
An iteration started at 294 leads to a attractor which cycles through 7 numbers:
294->516->712->458->462->1032->1248->1464->1752->[2088->2028->2776->1748->1608->1920->2584->2088,..].
After 9 transients, the cycle (indicated by bracketing its members) is entered.
PROG
(PARI) A098189(n)=my(f=factor(n)); prod(k=1, #f~, f[k, 1]^f[k, 2]+1) - eulerphi(f)
a(n)=if(n>1, A098189(n-1), 1608) \\ Charles R Greathouse IV, Mar 01 2017
CROSSREFS
Sequence in context: A205267 A210364 A224947 * A064251 A238149 A023685
KEYWORD
nonn,fini,full
AUTHOR
Labos Elemer, Sep 03 2004
EXTENSIONS
Edited by R. J. Mathar, May 15 2009
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 June 8 00:08 EDT 2024. Contains 373206 sequences. (Running on oeis4.)