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!)
A065555 Numbers n such that phi(phi(n)) = phi(sigma(n)) where phi is Euler's totient and sigma is the multiplicative sum-of-divisors function. 1
1, 5, 11, 71, 145, 319, 323, 377, 779, 865, 911, 1007, 1073, 1167, 1195, 1343, 1441, 1585, 1609, 1691, 1903, 2117, 2147, 2249, 2591, 2629, 2723, 2987, 3013, 3107, 3239, 3247, 3265, 3383, 3487, 3569, 3777, 3791, 3827, 4121, 4199, 4339, 5249, 5455, 5597 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
5 is in the sequence because phi(5) = 4, sigma(5) = 6, phi(4) = 2 = phi(6).
PROG
(PARI) { n=0; for (m=1, 10^9, if (eulerphi(eulerphi(m)) == eulerphi(sigma(m)), write("b065555.txt", n++, " ", m); if (n==1000, return)) ) } \\ Harry J. Smith, Oct 22 2009
CROSSREFS
Sequence in context: A101209 A216071 A050568 * A189802 A328453 A175207
KEYWORD
nonn
AUTHOR
Walter Nissen, Nov 28 2001
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 July 15 06:04 EDT 2024. Contains 374324 sequences. (Running on oeis4.)