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!)
A112017 Composite solutions of the form 4k+3 of the equation (*): sigma(phi(sigma(x)))=phi(sigma(phi(x))). 1

%I #7 Dec 29 2023 13:16:16

%S 1843,2231,12707,20003,58091,72971,129899,153851,876987,899991,909131,

%T 1154535,1660931,1835503,2003303,2184463,2200979,2248307,2482667,

%U 2518571,2566463,2699723,2978371,2982815,3537163,4814207,4831439

%N Composite solutions of the form 4k+3 of the equation (*): sigma(phi(sigma(x)))=phi(sigma(phi(x))).

%C 114190259 is the smallest prime solution of the form 4k+3 of the equation (*). Sequence A112016 gives such solutions.

%t Do[If[ !PrimeQ[m]&& Mod[m, 4]==3&&DivisorSigma[1, EulerPhi[ DivisorSigma[1, m]]]==EulerPhi[DivisorSigma[1, EulerPhi[m]]], Print[m]], {m, 5600000}]

%Y Cf. A112016.

%K easy,nonn

%O 1,1

%A _Farideh Firoozbakht_, Sep 15 2005

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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)