[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A179671
Products of the 5th power of a prime and a distinct prime of the 3rd power (p^5*q^3).
12
864, 1944, 4000, 10976, 25000, 30375, 42592, 70304, 83349, 84375, 134456, 157216, 219488, 323433, 389344, 453789, 533871, 780448, 953312, 1071875, 1193859, 1288408, 1620896, 1666737, 2100875, 2205472, 2544224, 2956581, 2970344, 3322336, 4159375, 4348377
OFFSET
1,1
FORMULA
Sum_{n>=1} 1/a(n) = P(3)*P(5) - P(8) = A085541 * A085965 - A085968 = 0.002187..., where P is the prime zeta function. - Amiram Eldar, Jul 06 2020
MATHEMATICA
f[n_]:=Sort[Last/@FactorInteger[n]]=={3, 5}; Select[Range[10^6], f]
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved