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!)
A067384 Numbers n such that sigma(phi(n))/sigma(n) = 4. 6

%I #11 Jun 24 2014 01:08:21

%S 121679,1043909,2350171,2918263,3396103,3566807,3688067,4019467,

%T 4562827,5963407,7300697,7485979,7853933,8103301,8364151,9237779,

%U 9514213,9638527,10531123,11094619,11384447,12721937,13576267

%N Numbers n such that sigma(phi(n))/sigma(n) = 4.

%C Subsequence of A066881. - _R. J. Mathar_, Sep 30 2008

%H Donovan Johnson, <a href="/A067384/b067384.txt">Table of n, a(n) for n = 1..500</a>

%t For[ n=1, True, n++, If[ DivisorSigma[ 1, EulerPhi[ n ] ]/DivisorSigma[ 1, n ]==4, Print[ n ] ] ]

%o (PARI) is(n)=sigma(phi(n=factor(n)))/sigma(n)==4 \\ _Charles R Greathouse IV_, Nov 27 2013

%Y Cf. A033631, A066831, A067382, A067383, A067385, A197952.

%K nonn

%O 1,1

%A _Dean Hickerson_, Jan 20 2002

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 August 11 06:35 EDT 2024. Contains 375059 sequences. (Running on oeis4.)