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!)
A066694 Numbers n such that phi(sigma(n)) > n. 6
4, 9, 16, 18, 25, 32, 36, 48, 50, 64, 72, 81, 84, 98, 100, 112, 144, 156, 162, 192, 196, 200, 225, 252, 256, 288, 289, 300, 324, 336, 338, 372, 392, 400, 432, 448, 450, 468, 484, 512, 576, 578, 624, 625, 648, 676, 700, 722, 729, 756, 768, 784, 800, 882, 900 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
It seems that a(n) is asymptotic to C*n*log(n)^2 with C=1.38.... - Benoit Cloitre, Aug 07 2002
MATHEMATICA
Select[Range[1, 10^3], EulerPhi[DivisorSigma[1, # ]] > # &]
PROG
(PARI) { n=0; for (m=1, 10^10, if (eulerphi(sigma(m)) > m, write("b066694.txt", n++, " ", m); if (n==1000, return)) ) } \\ Harry J. Smith, Mar 18 2010
CROSSREFS
Sequence in context: A313322 A122379 A104020 * A235993 A102646 A104021
KEYWORD
easy,nonn
AUTHOR
Joseph L. Pe, Jan 09 2002
EXTENSIONS
More terms from Benoit Cloitre, Jul 31 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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)