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!)
A289125 Numbers n such that phi(n)/phi(phi(n)) > phi(m)/phi(phi(m)) for all m < n. 1
1, 3, 7, 31, 211, 2311, 43891, 60653, 870871, 1023053, 13123111, 19417793, 300690391, 446235509, 6915878971, 12939711677, 200560490131 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Erdős et al. proved that phi(n)/phi(phi(n)) is unbounded, thus this sequence is infinite.
A018239(k) = A002110(A014545(k)) + 1 is a term for k > 1. Are there terms m with omega(m) > 2? Is omega(phi(a(n + 1))) >= omega(phi(a(n)))? - David A. Corneth, Jun 28 2017
LINKS
Paul Erdős, Andrew Granville, Carl Pomerance and Claudia Spiro, On the normal behavior of the iterates of some arithmetic functions, Analytic number theory, Birkhäuser Boston, 1990, pp. 165-204.
Paul Erdos, Andrew Granville, Carl Pomerance and Claudia Spiro, On the normal behavior of the iterates of some arithmetic functions, Analytic number theory, Birkhäuser Boston, 1990, pp. 165-204. [Annotated copy with A-numbers]
MATHEMATICA
a = {}; k=1; rmax = 0; While[Length[a]<10, s = EulerPhi[ k]; s2 = EulerPhi[ s]; r = s/s2; If[r > rmax, AppendTo[a, k]; rmax = r]; k++]; a
PROG
(PARI) r=0; forfactored(n=1, 10^10, t=eulerphi(n); t/=eulerphi(t); if(t>r, r=t; print1(n[1]", "))) \\ Charles R Greathouse IV, Jun 25 2017
CROSSREFS
Sequence in context: A365021 A103785 A289127 * A083772 A093441 A087864
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Jun 25 2017
EXTENSIONS
a(15)-a(17) from Giovanni Resta, Jul 01 2017
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 April 23 13:41 EDT 2024. Contains 371914 sequences. (Running on oeis4.)