This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A175748 #21 Jul 03 2022 06:46:29 %S A175748 36864,102400,200704,495616,692224,1183744,1478656,2125764,2166784, %T A175748 3444736,3936256,5607424,6885376,7573504,9048064,11505664,13286025, %U A175748 14258176,15241216,18386944,20647936,21827584,25563136,26040609,28217344,32444416,38539264,41783296 %N A175748 Numbers with 39 divisors. %C A175748 Numbers of the forms p^38 and p^12*q^2, where p and q are distinct primes. %H A175748 T. D. Noe, <a href="/A175748/b175748.txt">Table of n, a(n) for n = 1..1000</a> %H A175748 OEIS Wiki, <a href="https://oeis.org/wiki/Index_entries_for_number_of_divisors">Index entries for number of divisors</a> %F A175748 A000005(a(n)) = 39. %F A175748 Sum_{n>=1} 1/a(n) = P(2)*P(12) - P(14) + P(38) = 0.0000500204..., where P is the prime zeta function. - _Amiram Eldar_, Jul 03 2022 %t A175748 Select[Range[7000000],DivisorSigma[0,#]==39&] (* _Vladimir Joseph Stephan Orlovsky_, May 06 2011 *) %o A175748 (PARI) is(n)=numdiv(n)==39 \\ _Charles R Greathouse IV_, Jun 19 2016 %Y A175748 Cf. A000005, A139572, A175747. %K A175748 nonn %O A175748 1,1 %A A175748 _Jaroslav Krizek_, Aug 27 2010 %E A175748 Extended by _T. D. Noe_, May 08 2011