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!)
A197952 Numbers n such that sigma(phi(n))/sigma(n) = 5. 4
1033474069, 1604277377, 2741806637, 9941342981, 14754456491, 14859359791, 15887724883, 16990353761, 17266051069, 20892536447, 21776951239, 24435763193, 25165559143, 32325726313, 38313868379, 38580669727, 38856433193, 47906215417, 49094416289, 56237053007 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
sigma(phi(25165559143))/sigma(25165559143) = 127671828480/25534365696 = 5.
PROG
(PARI) for(n=1033474069, 3*10^10, if(sigma(eulerphi(n))/sigma(n)==5, print1(n, ", ")))
CROSSREFS
Sequence in context: A359342 A268312 A035124 * A321066 A222531 A167476
KEYWORD
nonn
AUTHOR
Donovan Johnson, Oct 19 2011
EXTENSIONS
a(14)-a(20) from Donovan Johnson, Nov 11 2011
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)