A137490 Numbers with 27 divisors.
900, 1764, 2304, 4356, 4900, 6084, 6400, 10404, 11025, 12100, 12544, 12996, 16900, 19044, 23716, 26244, 27225, 28900, 30276, 30976, 33124, 34596, 36100, 38025, 43264, 49284, 52900, 53361, 56644, 60516, 65025, 66564, 70756, 73984, 74529
Offset: 1
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
Select[Range[150000],DivisorSigma[0,#]==27&] (* Vladimir Joseph Stephan Orlovsky, May 06 2011 *)
-
PARI
isA137490(n) = numdiv(n)==27 \\ Michael B. Porter, Apr 10 2010
Formula
A000005(a(n)) = 27.
Sum_{n>=1} 1/a(n) = (P(2)^3 + 2*P(6) - 3*P(2)*P(4))/6 + P(2)*P(8) - P(10) + P(26) = 0.00453941..., where P is the prime zeta function. - Amiram Eldar, Jul 03 2022
Comments