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!)
A190292 Numbers with prime factorization pqrs^6. 3
6720, 10560, 12480, 14784, 16320, 17472, 18240, 22080, 22848, 24640, 25536, 27456, 27840, 29120, 29760, 30912, 35520, 35904, 38080, 38976, 39360, 40128, 41280, 41664, 42432, 42560, 45120, 45760, 47424, 48576, 49728, 50880, 51030, 51520 (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, 1, 6}; Select[Range[100000], f]
PROG
(PARI) list(lim)=my(v=List(), t1, t2, t3); forprime(p=2, sqrtnint(lim\30, 6), t1=p^6; forprime(q=2, lim\(6*t1), if(q==p, next); t2=q*t1; forprime(r=2, lim\(2*t2), if(r==p || r==q, next); t3=r*t2; forprime(s=2, lim\t3, if(s==p || s==q || s==r, next); listput(v, t3*s))))); Set(v) \\ Charles R Greathouse IV, Aug 25 2016
CROSSREFS
Sequence in context: A234242 A252602 A224689 * A164972 A190129 A345581
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 July 12 01:14 EDT 2024. Contains 374237 sequences. (Running on oeis4.)