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!)
A067704 Numbers n such that phi(sigma(n)) = 2*phi(n). 4
2, 6, 8, 9, 24, 28, 70, 78, 128, 140, 222, 234, 280, 312, 350, 366, 384, 438, 496, 525, 666, 864, 888, 910, 918, 936, 942, 1036, 1098, 1158, 1232, 1314, 1400, 1464, 1575, 1662, 1708, 1752, 1824, 1836, 1878, 1900, 1938, 2044, 2382, 2480, 2526, 2590, 2664 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
M. F. Hasler and Charles R Greathouse IV, Table of n, a(n) for n = 1..10000 (first 110 terms from Hasler)
MATHEMATICA
Select[Range[3000], EulerPhi[DivisorSigma[1, #]]==2EulerPhi[#]&] (* Harvey P. Dale, Oct 15 2020 *)
PROG
(PARI) is(n)=2*eulerphi(n=factor(n))==eulerphi(sigma(n)) \\ Charles R Greathouse IV, Nov 27 2013
CROSSREFS
Sequence in context: A172209 A107737 A045138 * A284889 A192125 A362666
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 05 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 August 3 21:27 EDT 2024. Contains 374905 sequences. (Running on oeis4.)