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”).

A030633
Numbers with 15 divisors.
10
144, 324, 400, 784, 1936, 2025, 2500, 2704, 3969, 4624, 5625, 5776, 8464, 9604, 9801, 13456, 13689, 15376, 16384, 21609, 21904, 23409, 26896, 29241, 29584, 30625, 35344, 42849, 44944, 55696, 58564, 59536, 60025, 68121, 71824, 75625
OFFSET
1,1
COMMENTS
Numbers of the form p^14 (subset of A010802) or p^2*q^4 (A189988) where p and q are distinct primes. - R. J. Mathar, Mar 01 2010
LINKS
FORMULA
From Amiram Eldar, Jul 03 2022: (Start)
A000005(a(n)) = 15.
Sum_{n>=1} 1/a(n) = P(2)*P(4) - P(6) + P(14) = 0.0178111..., where P is the prime zeta function. (End)
MATHEMATICA
Select[Range[300000], DivisorSigma[0, #]==15&] (* Vladimir Joseph Stephan Orlovsky, May 05 2011 *)
PROG
(PARI) is(n)=numdiv(n)==15 \\ Charles R Greathouse IV, Jun 19 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved