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!)
A244449 Numbers n such that phi(phi(n))+sigma(sigma(n))=5n. 2

%I #18 Sep 19 2014 10:00:25

%S 20,80,320,20480,65792,327680,1310720

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

%C Theorem: If q=2^p-1 is a Mersenne prime greater than 3 then n=5*2^(p-1) is in the sequence.

%C Proof: phi(phi(n))+sigma(sigma(n))

%C = phi(phi(5*2^(p-1)))+sigma(sigma(5*2^(p-1)))

%C = phi(4*2^(p-2))+sigma(6*(2^p-1))

%C = 2^(p-1)+12*2^p

%C = 25*(2^(p-1))

%C = 5*n.

%C Note that multiplicative property of both functions phi and sigma is utilized along with the assumption p>2.

%C Perhaps 65792 is the only term of the sequence which is not of this form.

%C a(8) > 10^9. - _Hiroaki Yamanouchi_, Sep 19 2014

%t Select[Range[2000000],EulerPhi[EulerPhi[#]]+DivisorSigma[1,DivisorSigma[1,#]]==5#&]

%o (PARI) isok(n) = eulerphi(eulerphi(n))+sigma(sigma(n)) == 5*n; \\ _Michel Marcus_, Sep 17 2014

%Y Cf. A000010, A000203, A000668, A246630.

%K nonn,more

%O 1,1

%A _Jahangeer Kholdi_ and _Farideh Firoozbakht_, Sep 16 2014

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 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)