%I #5 Jul 08 2016 00:15:25
%S 223244,261855,285075,346724,395675,556100,607724,748475,775424,
%T 790075,830907,875924,912950,934724,938475,940653,971424,1137824,
%U 1187900,1239524,1374075,1384299,1413675,1462527,1466675,1531647
%N Numbers n such that n and n+1 both have 36 divisors.
%H Charles R Greathouse IV, <a href="/A274809/b274809.txt">Table of n, a(n) for n = 1..10000</a>
%H Charles R Greathouse IV, <a href="/A274809/a274809.gp.txt">GP script to compute terms</a>
%o (PARI) is(n)=numdiv(n)==36 && numdiv(n+1)==36
%Y Intersection of A005237 and A175746.
%K nonn
%O 1,1
%A _Charles R Greathouse IV_, Jul 07 2016