The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A122181 Numbers n that can be written as n = x*y*z with 1<x<y<z (A122180(n)>0). 7
24, 30, 36, 40, 42, 48, 54, 56, 60, 64, 66, 70, 72, 78, 80, 84, 88, 90, 96, 100, 102, 104, 105, 108, 110, 112, 114, 120, 126, 128, 130, 132, 135, 136, 138, 140, 144, 150, 152, 154, 156, 160, 162, 165, 168, 170, 174, 176, 180, 182, 184, 186, 189, 190, 192, 195 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Equivalently, numbers n with at least 7 divisors (A000005(n)>6). Equivalently, numbers n with at least 5 proper divisors (A070824(n)>4). Equivalently, numbers n such that i) n has at least three distinct prime factors (A000977), ii) n has two distinct prime factors and four or more total prime factors (n=p^j*q^k, p,q prime, j+k>=4), or iii) n=p^k, a perfect power (A001597) but restricted to prime p and k>=6 [=1+2+3] (some terms of A076470).
LINKS
EXAMPLE
a(1) = 24 = 2*3*4, a product of three distinct proper divisors (omega(24)=2, bigomega(24)=4).
a(2) = 30 = 2*3*5, a product of three distinct prime factors (omega(30)=3).
a(10) = 64 = 2*4*8 [= 2^1*2^2*2^3] (omega(64)=1, bigomega(64)=6).
PROG
(PARI) for(n=1, 300, if(numdiv(n)>6, print1(n, ", ")) for(n=1, 300, if( (omega(n)==1 && bigomega(n)>5) || (omega(n)==2 && bigomega(n)>3) || (omega(n)>2), print1(n, ", ")))
CROSSREFS
Sequence in context: A337933 A114635 A077969 * A167758 A248693 A075422
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Aug 24 2006
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 May 14 06:13 EDT 2024. Contains 372528 sequences. (Running on oeis4.)