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!)
A063824 Numbers k such that sigma(phi(k^3)) = phi(sigma(k^3)). 0

%I #18 Dec 08 2023 12:29:19

%S 1,9,81,225,2025,5625,50625,65025,585225,1625625,14630625

%N Numbers k such that sigma(phi(k^3)) = phi(sigma(k^3)).

%t Select[Range[3000000],DivisorSigma[1,EulerPhi[#^3]]==EulerPhi[ DivisorSigma[1,#^3]]&] (* _Harvey P. Dale_, Mar 23 2012 *)

%o (PARI) for(n=1,10^9, if(sigma(eulerphi(n^3))==eulerphi(sigma(n^3)),print(n)))

%Y Cf. A000010, A000203, A000578, A062401, A062402.

%K nonn,more

%O 1,2

%A _Jason Earls_, Aug 20 2001

%E a(11) from _Amiram Eldar_, Dec 08 2023

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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)