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!)
A179646 Product of the 5th power of a prime and different distinct prime of the 2nd power (p^5*q^2). 14
288, 800, 972, 1568, 3872, 5408, 6075, 9248, 11552, 11907, 12500, 16928, 26912, 28125, 29403, 30752, 41067, 43808, 53792, 59168, 67228, 70227, 70688, 87723, 89888, 111392, 119072, 128547, 143648, 151263, 153125, 161312, 170528, 199712 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
288=2^5*3^2, 800=2^5*5^2,..
LINKS
Will Nicholes, Prime Signatures
FORMULA
Sum_{n>=1} 1/a(n) = P(2)*P(5) - P(7) = A085548 * A085965 - A085967 = 0.007886..., where P is the prime zeta function. - Amiram Eldar, Jul 06 2020
MATHEMATICA
f[n_]:=Sort[Last/@FactorInteger[n]]=={2, 5}; Select[Range[200000], f]
PROG
(PARI) list(lim)=my(v=List(), t); forprime(p=2, (lim\4)^(1/5), t=p^5; forprime(q=2, sqrt(lim\t), if(p==q, next); listput(v, t*q^2))); vecsort(Vec(v)) \\ Charles R Greathouse IV, Jul 20 2011
CROSSREFS
Sequence in context: A158253 A292054 A250788 * A281236 A237369 A280936
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 May 17 18:28 EDT 2024. Contains 372603 sequences. (Running on oeis4.)