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!)
A346574 Numbers k at which phi(tau(k))/tau(phi(k)) reaches a record high. 0
1, 120, 1920, 16320, 32640, 261120, 1044480, 8355840, 26732160, 67107840, 253955520, 268431360, 507911040, 2147450880, 4063288320, 9396354240 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
International Mathematical Olympiad, Problem N6, IMO-2020, p. 81.
MATHEMATICA
max=0; lst={}; Do[t=EulerPhi[DivisorSigma[0, k]]/DivisorSigma[0, EulerPhi@k]; If[t>max, AppendTo[lst, k]; max=t], {k, 100000}]; lst (* Giorgos Kalogeropoulos, Jul 27 2021 *)
PROG
(PARI) lista(nn) = my(r, t); for(k=1, nn, if(r<t=eulerphi(numdiv(k))/numdiv(eulerphi(k)), r=t; print1(k, ", ")));
CROSSREFS
Sequence in context: A353200 A110839 A219720 * A244838 A266343 A293972
KEYWORD
nonn,more
AUTHOR
Jinyuan Wang, Jul 24 2021
EXTENSIONS
a(14)-a(16) from Amiram Eldar, Jul 30 2021
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 9 20:03 EDT 2024. Contains 373248 sequences. (Running on oeis4.)