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!)
A078769 n.phi(n)^2<sigma(n)^2. 0
2, 3, 4, 6, 8, 10, 12, 14, 18, 20, 24, 30, 36, 42, 48, 60, 84, 90, 120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
8*phi(8)^2=128, sigma(8)^2=225
PROG
(PARI) for (n=1, 1000, if (eulerphi(n)^2*n<sigma(n)^2, print1(n", ")))
CROSSREFS
Cf. A064375.
Sequence in context: A126794 A011862 A122957 * A064375 A037229 A351740
KEYWORD
nonn
AUTHOR
Jon Perry, Jan 09 2003
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 July 23 17:49 EDT 2024. Contains 374553 sequences. (Running on oeis4.)