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 A274359 #5 Jun 19 2016 19:22:28 %S A274359 2295,3255,4185,5480,5642,5655,6104,6279,6344,6669,6783,7160,7314, %T A274359 7749,8294,8295,8645,9176,9344,9624,10184,10664,10695,10856,10934, %U A274359 10989,11319,11528,11570,12440,13034,13064,13208,13310,13629,13695,13845,13959 %N A274359 Numbers n such that n and n+1 both have 16 divisors. %H A274359 Charles R Greathouse IV, <a href="/A274359/b274359.txt">Table of n, a(n) for n = 1..10000</a> %o A274359 (PARI) is(n)=numdiv(n)==16 && numdiv(n+1)==16 %Y A274359 Intersection of A005237 and A030634. %Y A274359 Cf. A000005, A274357. %K A274359 nonn %O A274359 1,1 %A A274359 _Charles R Greathouse IV_, Jun 19 2016