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!)
A293714 Numbers n such that phi(phi(n))/n < phi(phi(m))/m for all m < n, where phi is Euler's totient function (A000010). 0
1, 2, 3, 4, 6, 14, 18, 42, 90, 186, 198, 210, 450, 462, 930, 990, 1050, 2310, 7350, 14910, 16170, 66990, 169050, 177870, 371910, 1540770, 2312310, 4626930, 4834830, 19711230, 20030010, 30060030, 60150090, 62852790 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[n_] := EulerPhi[EulerPhi[n]]/n; a={}; fm=10^10; Do[f1=f[k]; If[f1<fm , fm=f1; AppendTo[a, k]], {k, 1, 10^6}]; a
PROG
(PARI) lista(nn) = {my(rmin = 2); for (n=1, nn, if ((r=eulerphi(eulerphi(n))/n) < rmin, rmin = r; print1(n, ", ")); ); }
CROSSREFS
Sequence in context: A369849 A174046 A095991 * A049911 A056712 A204540
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Oct 15 2017
EXTENSIONS
a(26)-a(34) from Michel Marcus, Oct 18 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 May 21 11:20 EDT 2024. Contains 372735 sequences. (Running on oeis4.)