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!)
A189975 Numbers with prime factorization pqr^3. 8
120, 168, 264, 270, 280, 312, 378, 408, 440, 456, 520, 552, 594, 616, 680, 696, 702, 728, 744, 750, 760, 888, 918, 920, 945, 952, 984, 1026, 1032, 1064, 1128, 1144, 1160, 1240, 1242, 1272, 1288, 1416, 1464, 1480, 1485, 1496, 1566, 1608, 1624, 1640, 1672 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Will Nicholes, Prime Signatures
MATHEMATICA
f[n_]:=Sort[Last/@FactorInteger[n]]=={1, 1, 3}; Select[Range[2000], f]
PROG
(PARI) list(lim)=my(v=List(), t); forprime(p=2, (lim\6)^(1/3), forprime(q=2, sqrt(lim\p^3), if(p==q, next); t=p^3*q; forprime(r=q+1, lim\t, if(p==r, next); listput(v, t*r)))); vecsort(Vec(v)) \\ Charles R Greathouse IV, Jul 19 2011
CROSSREFS
Sequence in context: A111399 A030634 A272594 * A232461 A090782 A337386
KEYWORD
nonn
AUTHOR
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)