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 A068350 #15 Sep 03 2022 23:43:55 %S A068350 60,72,84,90,120,144,168,180,192,210,216,240,252,264,270,280,288,300, %T A068350 312,324,330,336,360,378,384,390,396,408,420,432,440,450,456,462,468, %U A068350 480,504,510,520,528,540,560,576,588,600,612,624,630,648,660,672,684 %N A068350 Numbers n such that n*tau(n) > prime(2*n) where tau(n) = A000005(n). %C A068350 The first odd term is a(232) = 2835. - _Harvey P. Dale_, Feb 20 2016 %H A068350 Harvey P. Dale, <a href="/A068350/b068350.txt">Table of n, a(n) for n = 1..1000</a> %t A068350 Select[Range[800],# DivisorSigma[0,#]>Prime[2#]&] (* _Harvey P. Dale_, Feb 20 2016 *) %o A068350 (PARI) for(n=1,1000, if(n*numdiv(n)>prime(2*n),print1(n,","))) %Y A068350 Cf. A000005. %K A068350 easy,nonn %O A068350 1,1 %A A068350 _Benoit Cloitre_, Feb 28 2002