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!)
A073858 Numbers n such that sigma(phi(n)) divides phi(sigma(n)). 3
1, 2, 4, 9, 16, 18, 64, 100, 225, 242, 450, 516, 729, 1458, 3872, 4096, 4624, 13932, 14406, 17672, 18225, 20124, 21780, 28900, 29262, 29616, 36450, 45996, 62500, 65025, 65536, 76832, 92778, 95916, 106092, 106308, 114630, 114930 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[115000], Divisible[EulerPhi[DivisorSigma[1, #]], DivisorSigma[ 1, EulerPhi[ #]]]&] (* Harvey P. Dale, Jan 31 2021 *)
PROG
(PARI) n=0; for(m=1, 817034100, if(eulerphi(sigma(m))%sigma(eulerphi(m))==0, n++; write("b073858.txt", n " " m))) /* Donovan Johnson, Jul 05 2012 */
CROSSREFS
Sequence in context: A014290 A337343 A015730 * A006474 A110878 A253849
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Sep 02 2002
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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)