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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A087247 Squarefree deficient nonprime numbers. 4
1, 10, 14, 15, 21, 22, 26, 33, 34, 35, 38, 39, 46, 51, 55, 57, 58, 62, 65, 69, 74, 77, 82, 85, 86, 87, 91, 93, 94, 95, 105, 106, 110, 111, 115, 118, 119, 122, 123, 129, 130, 133, 134, 141, 142, 143, 145, 146, 154, 155, 158, 159, 161, 165, 166, 170, 177, 178, 182, 183 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Enrique Pérez Herrero, Table of n, a(n) for n = 1..10000

EXAMPLE

m=105=3.5.7 and sigma[105]=1+3+5+7+15+21+35+105=192<210=2m.

The sequence differs from A006881: first number

with 3 distinct prime factors is 105.

MATHEMATICA

isA087247[n_] := SquareFreeQ[n] && !PrimeQ[n] && (DivisorSigma[1, n] < 2n); Select[Range[200], isA087247] (* From Enrique Pérez Herrero, Jan 13 2011 *)

CROSSREFS

Cf. A087244-A087248, A008683, A000203, A013929, A005117, A005100, A005101.

Sequence in context: A036338 A108793 A100929 * A171156 A088711 A154774

Adjacent sequences:  A087244 A087245 A087246 * A087248 A087249 A087250

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Sep 05 2003

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 14 11:17 EST 2012. Contains 205623 sequences.