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
1, 9, 81, 225, 2025, 5625, 50625, 65025, 585225, 1625625, 14630625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[3000000], DivisorSigma[1, EulerPhi[#^3]]==EulerPhi[ DivisorSigma[1, #^3]]&] (* Harvey P. Dale, Mar 23 2012 *)
PROG
(PARI) for(n=1, 10^9, if(sigma(eulerphi(n^3))==eulerphi(sigma(n^3)), print(n)))
CROSSREFS
Sequence in context: A207369 A208014 A208556 * A357450 A207560 A207415
KEYWORD
nonn,more
AUTHOR
Jason Earls, Aug 20 2001
EXTENSIONS
a(11) from Amiram Eldar, Dec 08 2023
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 April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)