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!)
A087245 Nonsquarefree abundant numbers. 4
12, 18, 20, 24, 36, 40, 48, 54, 56, 60, 72, 80, 84, 88, 90, 96, 100, 104, 108, 112, 120, 126, 132, 140, 144, 150, 156, 160, 162, 168, 176, 180, 192, 196, 198, 200, 204, 208, 216, 220, 224, 228, 234, 240, 252, 260, 264, 270, 272, 276, 280, 288, 294, 300, 304 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
m = 20 = 2*2*5 and sigma(20) = 42 > 2m = 40.
MATHEMATICA
aQ[n_] := !SquareFreeQ[n] && DivisorSigma[1, n] > 2n; Select[Range[300], aQ] (* Amiram Eldar, Sep 21 2019 *)
PROG
(PARI) isok(n) = !issquarefree(n) && (sigma(n) > 2*n); \\ Michel Marcus, Sep 21 2019
CROSSREFS
Sequence in context: A124626 A231547 A290141 * A342100 A153501 A215012
KEYWORD
nonn
AUTHOR
Labos Elemer, Sep 05 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 April 24 12:51 EDT 2024. Contains 371943 sequences. (Running on oeis4.)