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!)
A068578 Numbers k such that tau(k)*sigma(k) > k*phi(k). 0
2, 3, 4, 6, 8, 10, 12, 14, 16, 18, 20, 24, 30, 36, 40, 42, 48, 60, 72, 84, 90, 120, 180 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that A064840(k) > A002618(k).
LINKS
MATHEMATICA
Select[Range[180], DivisorSigma[0, #] * DivisorSigma[1, #] > # * EulerPhi[#] &] (* Amiram Eldar, Jun 12 2022 *)
PROG
(PARI) is(k) = {my(f=factor(k)); numdiv(k)*sigma(k) > k*eulerphi(k); } \\ Jinyuan Wang, Apr 05 2020
CROSSREFS
Sequence in context: A055721 A064376 A283808 * A203812 A047894 A113769
KEYWORD
nonn,easy,fini,full
AUTHOR
Benoit Cloitre, Mar 26 2002
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 August 15 06:21 EDT 2024. Contains 375172 sequences. (Running on oeis4.)