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!)
A066465 Numbers n such that sigma(phi(sigma(n))) = phi(n). 1
1, 13, 43, 97, 211, 533, 1133, 2627, 3907, 4687, 4801, 11231, 15689, 33613, 45995, 82643, 92543, 106571, 143903, 156383, 159947, 173239, 190399, 370913, 390247, 393049, 437747, 487547, 513193, 519601, 577633, 616399, 715163, 740213, 883387 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[1, 10^6], DivisorSigma[1, EulerPhi[DivisorSigma[1, # ]]] == EulerPhi[ # ] &]
PROG
(PARI) { n=0; for (m=1, 10^10, if (sigma(eulerphi(sigma(m))) == eulerphi(m), write("b066465.txt", n++, " ", m); if (n==1000, return)) ) } \\ Harry J. Smith, Feb 17 2010
CROSSREFS
Sequence in context: A187677 A082040 A106734 * A023262 A067260 A135241
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 May 11 15:15 EDT 2024. Contains 372409 sequences. (Running on oeis4.)