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!)
A189344 Numbers with prime factorization pq^2r^2s^2. 1
6300, 8820, 9900, 11700, 14700, 15300, 17100, 19404, 20700, 21780, 22050, 22932, 26100, 27900, 29988, 30420, 30492, 33300, 33516, 36300, 36900, 38700, 40572, 42300, 42588, 47700, 50700, 51156, 52020, 53100, 53900, 54450, 54684, 54900 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Will Nicholes, Prime Signatures
MATHEMATICA
f[n_]:=Sort[Last/@FactorInteger[n]]=={1, 2, 2, 2}; Select[Range[90000], f]
PROG
(PARI) list(lim)=my(v=List(), t1, t2, t3); forprime(p=2, sqrtint(lim\180), t1=p^2; forprime(q=2, sqrtint(lim\(12*t1)), if(q==p, next); t2=q^2*t1; forprime(r=2, sqrtint(lim\(2*t2)), if(r==p || r==q, next); t3=r^2*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: A107582 A213869 A350416 * A054560 A069428 A251024
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 August 7 22:54 EDT 2024. Contains 375018 sequences. (Running on oeis4.)