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!)
A162144 Products of cubes of 3 distinct primes. 3
27000, 74088, 287496, 343000, 474552, 1061208, 1157625, 1331000, 1481544, 2197000, 2628072, 3652264, 4492125, 4913000, 5268024, 6028568, 6434856, 6859000, 7414875, 10941048, 12167000, 12326391, 13481272, 14886936, 16581375, 17173512, 18821096 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers of the form p^3*q^3*r^3 where p, q, r are three distinct primes.
The cubic analog of A085986 (squares of 2 distinct primes).
LINKS
FORMULA
a(n) = (A007304(n))^3.
A000005(a(n)) = 64.
Sum_{n>=1} 1/a(n) = (P(3)^3 + 2*P(9) - 3*P(3)*P(6))/6 = (A085541^3 + 2*A085969 - 3*A085541*A085966)/6 = 0.0000661486..., where P is the prime zeta function. - Amiram Eldar, Oct 30 2020
EXAMPLE
27000 = 2^3*3^3*5^3. 74088 = 2^3*3^3*7^3. 287496 = 2^3*3^3*11^3.
MATHEMATICA
fQ[n_]:=Last/@FactorInteger[n]=={1, 1, 1}; Select[Range[1000], fQ]^3
CROSSREFS
Sequence in context: A249496 A227348 A176359 * A305728 A253485 A253480
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by R. J. Mathar, Aug 14 2009
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 15 09:54 EDT 2024. Contains 372540 sequences. (Running on oeis4.)