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!)
A065875 Numbers k such that usigma(phi(k)) is a prime. 1
3, 4, 5, 6, 8, 10, 12, 17, 32, 34, 40, 48, 60, 257, 512, 514, 544, 640, 680, 768, 816, 960, 1020, 65537, 131072, 131074, 131584, 139264, 139808, 163840, 164480, 174080, 174760, 196608, 197376, 208896, 209712, 245760, 246720, 261120, 262140 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The only odd terms below 10^7 are 3, 5, 17, 257 & 65537.
LINKS
PROG
(PARI) u(n)=sumdivmult(n, d, if(gcd(d, n/d)==1, d));
for(n=1, 10^5, if(isprime(u(eulerphi(n))), print1(n, ", "))); \\ Joerg Arndt, Sep 17 2023
CROSSREFS
Sequence in context: A180646 A300217 A062514 * A197639 A319314 A167057
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Dec 07 2001
EXTENSIONS
Deleted incorrect MMA program. - N. J. A. Sloane, Sep 17 2023
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.)