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!)
A067766 Numbers n such that sigma(n)^2>4*sigma_2(n) where sigma_2(n) is the sum of squares over the divisors of n. 1
24, 36, 48, 60, 72, 84, 90, 96, 108, 120, 126, 132, 140, 144, 150, 156, 160, 168, 180, 192, 204, 210, 216, 228, 240, 252, 264, 270, 276, 280, 288, 300, 312, 320, 324, 330, 336, 360, 378, 384, 390, 396, 400, 408, 420, 432, 440, 450, 456, 462, 468, 480, 504 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[600], DivisorSigma[1, #]^2>4*DivisorSigma[2, #]&] (* Harvey P. Dale, Dec 27 2015 *)
PROG
(PARI) for(n=1, 1000, if(sigma(n)^2>4*sumdiv(n, k, k^2), print1(n, ", ")))
CROSSREFS
Sequence in context: A054775 A273088 A334674 * A306776 A300794 A327945
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 04 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 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)