cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A346574 Numbers k at which phi(tau(k))/tau(phi(k)) reaches a record high.

Original entry on oeis.org

1, 120, 1920, 16320, 32640, 261120, 1044480, 8355840, 26732160, 67107840, 253955520, 268431360, 507911040, 2147450880, 4063288320, 9396354240
Offset: 1

Views

Author

Jinyuan Wang, Jul 24 2021

Keywords

Crossrefs

Programs

  • 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 *)
  • PARI
    lista(nn) = my(r, t); for(k=1, nn, if(r
    				

Extensions

a(14)-a(16) from Amiram Eldar, Jul 30 2021