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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109424 Numbers n such that sigma(n)/bigomega(n) is not an integer [sigma(n) =sum of divisors of n; bigomega(n)=number of prime divisors of n, counted with multiplicity]. 1
4, 9, 12, 16, 25, 27, 28, 32, 36, 40, 48, 49, 52, 63, 64, 75, 76, 80, 81, 90, 100, 104, 112, 117, 121, 124, 128, 136, 144, 148, 162, 169, 171, 172, 175, 176, 180, 192, 196, 208, 225, 232, 234, 243, 244, 252, 256, 268, 272, 273, 279, 289, 292, 296, 300, 306, 316 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Integers greater than 1 and not in A109423.

EXAMPLE

The number 12 is in the sequence because sigma(12)=28 (1+2+3+4+6+12) and bigomega(12)=3 (2,2,3) and so sigma(12)/bigomega(12)=28/3.

The number 24 is not in the sequence because sigma(24)=60 (1+2+3+4+6+8+12+24) and bigomega(24)=4 (2,2,2,3) and so sigma(24)/bigomega(24)=15.

MAPLE

with(numtheory): b:=proc(n) if type(sigma(n)/bigomega(n), integer)=false then n else fi end: seq(b(n), n=2..340);

CROSSREFS

Cf. A109423.

Sequence in context: A171920 A034032 A141037 * A034019 A034018 A047461

Adjacent sequences:  A109421 A109422 A109423 * A109425 A109426 A109427

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 28 2005

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 17 23:45 EST 2012. Contains 206085 sequences.