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!)
A066463 Numbers n such that phi(sigma(phi(n))) = phi(n). 1
1, 2, 3, 4, 6, 13, 15, 16, 20, 21, 24, 26, 28, 30, 36, 42, 241, 255, 256, 272, 287, 305, 320, 325, 340, 369, 384, 385, 408, 429, 465, 480, 482, 488, 495, 496, 510, 525, 572, 574, 610, 616, 620, 650, 700, 732, 738, 744, 770, 779, 792, 793, 803, 858, 900, 905 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1, 10^3], EulerPhi[DivisorSigma[1, EulerPhi[ # ]]] == EulerPhi[ # ] &]
PROG
(PARI) { n=0; for (m=1, 10^10, if (eulerphi(sigma(eulerphi(m))) == eulerphi(m), write("b066463.txt", n++, " ", m); if (n==1000, return)) ) } \\ Harry J. Smith, Feb 16 2010
CROSSREFS
Sequence in context: A274694 A352580 A096988 * A073146 A038767 A363198
KEYWORD
nonn
AUTHOR
Joseph L. Pe, Jan 02 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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)