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 A274807 #6 Jul 09 2016 21:22:55 %S A274807 21735,58695,93015,94094,111111,123255,137240,140504,159159,162944, %T A274807 175959,178815,190280,202215,214136,215270,224895,226610,233624, %U A274807 239624,239784,242535,246375,248744,250263,251559,258687,259064,259335,260337 %N A274807 Numbers n such that n and n+1 both have 32 divisors. %H A274807 Charles R Greathouse IV, <a href="/A274807/b274807.txt">Table of n, a(n) for n = 1..10000</a> %H A274807 Charles R Greathouse IV, <a href="/A274807/a274807.gp.txt">GP script to compute terms</a> %o A274807 (PARI) is(n)=numdiv(n)==32 && numdiv(n+1)==32 %Y A274807 Intersection of A005237 and A175742. %K A274807 nonn %O A274807 1,1 %A A274807 _Charles R Greathouse IV_, Jul 07 2016