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!)
A230203 Numbers k such that sigma(phi(k)) > k. 4
5, 7, 9, 11, 13, 17, 19, 21, 23, 25, 26, 27, 29, 31, 33, 35, 37, 38, 39, 41, 43, 45, 47, 49, 51, 52, 53, 55, 56, 57, 59, 61, 62, 63, 65, 67, 69, 71, 73, 74, 75, 76, 77, 79, 81, 82, 83, 85, 86, 87, 88, 89, 91, 93, 95, 97, 99, 101, 103, 104, 105, 107, 109, 111, 112, 113, 115, 116, 117, 119 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It seems that the odd number k is not in the sequence if and only if k+2 is a Fermat prime (A019434).
LINKS
MAPLE
for n do if sigma(phi(n))>n then print{n} fi od:
MATHEMATICA
Select[Range[150], DivisorSigma[1, EulerPhi[#]]>#&] (* Harvey P. Dale, Apr 14 2019 *)
PROG
(PARI) is(k) = sigma(eulerphi(k)) > k; \\ Amiram Eldar, Apr 04 2024
CROSSREFS
Cf. A000010 (phi), A000203 (sigma).
Sequence in context: A005763 A035034 A065155 * A339910 A303578 A282057
KEYWORD
nonn
AUTHOR
Vladimir Letsko, Oct 11 2013
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 September 1 22:05 EDT 2024. Contains 375597 sequences. (Running on oeis4.)