login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066994 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; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,1000

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)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 23 2010]

CROSSREFS

Cf. A011775.

Sequence in context: A026508 A184103 A026281 * A081000 A064377 A175495

Adjacent sequences:  A066991 A066992 A066993 * A066995 A066996 A066997

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 27 2002

EXTENSIONS

Missing term a(7)=10 added by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 23 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.