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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A070011 Numbers n such that number of prime factors divided by the number of distinct prime factors is not an integer. 5
12, 18, 20, 28, 44, 45, 48, 50, 52, 60, 63, 68, 72, 75, 76, 80, 84, 90, 92, 98, 99, 108, 112, 116, 117, 120, 124, 126, 132, 140, 147, 148, 150, 153, 156, 162, 164, 168, 171, 172, 175, 176, 180, 188, 192, 198, 200, 204, 207, 208, 212, 220, 228, 234, 236, 242 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

FORMULA

A001222(n)/A001221(n) (i.e. bigomega(n)/omega(n)) is not an integer.

EXAMPLE

45 is a term because 45 = 3^2 * 5 gives bigomega(45)=3 and omega(45)=2 and 3/2 is not an integer.

PROG

(PARI) v=[]; for(n=2, 300, if(denominator(bigomega(n)/omega(n))<>1, v=concat(v, n))); v

CROSSREFS

Cf. A067340 (complement), A070012 (floor(bigomega(n)/omega(n)).

Different from A084679.

Sequence in context: A030515 A162947 * A084679 A072588 A187039 A072357

Adjacent sequences:  A070008 A070009 A070010 * A070012 A070013 A070014

KEYWORD

nonn

AUTHOR

Rick L. Shepherd (rshepherd2(AT)hotmail.com), Apr 11 2002

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 23:53 EST 2012. Contains 205689 sequences.