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!)
A084821 Odd numbers m such that sigma(m) > m + phi(m), where sigma=A000203 is the divisor sum and phi=A000010 the totient. 2
15, 45, 63, 75, 105, 135, 165, 189, 195, 225, 231, 255, 273, 285, 297, 315, 345, 357, 375, 399, 405, 429, 435, 441, 465, 483, 495, 525, 555, 567, 585, 609, 615, 645, 651, 675, 693, 705, 735, 765, 777, 795, 819, 825, 855, 861, 885, 891, 903, 915, 945, 975 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is closed under multiplication by odd values, and in particular with multiplication by itself. - Charles R Greathouse IV, Feb 19 2013
LINKS
MATHEMATICA
Select[Range[1, 1000, 2], DivisorSigma[1, #] > EulerPhi[#] + # &] (* Amiram Eldar, Sep 12 2019 *)
PROG
(PARI) is(n)=n%2 && sigma(n)>eulerphi(n)+n \\ Charles R Greathouse IV, Feb 19 2013
CROSSREFS
Sequence in context: A357706 A119123 A293625 * A345654 A298462 A066763
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 04 2003
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)