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!)
A066994 Numbers n such that phi(n) divides n*sigma(n). 1
1, 2, 3, 4, 6, 8, 10, 12, 14, 15, 16, 18, 20, 21, 24, 26, 27, 30, 32, 35, 36, 39, 40, 42, 48, 54, 55, 56, 60, 63, 64, 70, 72, 78, 80, 84, 88, 96, 98, 104, 105, 108, 110, 114, 116, 120, 125, 126, 128, 135, 140, 144, 147, 150, 155, 156, 160, 162, 165, 168, 189, 190, 192 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[200], Divisible[# DivisorSigma[1, #], EulerPhi[#]]&] (* Harvey P. Dale, Aug 23 2019 *)
PROG
(PARI) { n=0; for (m=1, 10^10, if ((m*sigma(m)) % eulerphi(m) == 0 , write("b066994.txt", n++, " ", m); if (n==1000, return)) ) } \\ Harry J. Smith, Apr 23 2010
CROSSREFS
Cf. A011775.
Sequence in context: A284038 A285302 A026281 * A081000 A336367 A064377
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 27 2002
EXTENSIONS
Missing term a(7)=10 added by Harry J. Smith, Apr 23 2010
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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)