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

%I #9 Jan 03 2017 02:17:12

%S 1,13,43,97,211,533,1133,2627,3907,4687,4801,11231,15689,33613,45995,

%T 82643,92543,106571,143903,156383,159947,173239,190399,370913,390247,

%U 393049,437747,487547,513193,519601,577633,616399,715163,740213,883387

%N Numbers n such that sigma(phi(sigma(n))) = phi(n).

%H Harry J. Smith, <a href="/A066465/b066465.txt">Table of n, a(n) for n = 1..650</a>

%t Select[Range[1, 10^6], DivisorSigma[1, EulerPhi[DivisorSigma[1, # ]]] == EulerPhi[ # ] &]

%o (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

%K nonn

%O 1,2

%A _Joseph L. Pe_, Jan 02 2002

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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)