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!)
A179688 Numbers of the form p^3*q^3*r where p, q, and r are prime. 8
1080, 1512, 2376, 2808, 3000, 3672, 4104, 4968, 6264, 6696, 6750, 7000, 7992, 8232, 8856, 9288, 10152, 11000, 11448, 12744, 13000, 13176, 13720, 14472, 15336, 15768, 17000, 17064, 17928, 18522, 19000, 19224, 20952, 21816, 22248, 23000, 23112 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Will Nicholes, Prime Signatures
MATHEMATICA
f[n_]:=Sort[Last/@FactorInteger[n]]=={1, 3, 3}; Select[Range[20000], f]
PROG
(PARI) list(lim)=my(v=List(), t1, t2); forprime(p=2, (lim\2)^(1/6), t1=p^3; forprime(q=p+1, (lim\t1)^(1/3), t2=t1*q^3; forprime(r=2, lim\t2, if(p==r||q==r, next); listput(v, t2*r)))); vecsort(Vec(v)) \\ Charles R Greathouse IV, Jul 20 2011
CROSSREFS
Sequence in context: A351672 A163562 A214621 * A159210 A250538 A281259
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)