login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Numbers n such that n and n+1 both have 44 divisors.
1

%I #9 Jul 14 2016 05:57:57

%S 701443071,1064240127,1112542208,2515428351,2563730432,3531189248,

%T 4329413631,4813143039,5538737151,5901534207,6627128319,6868993023,

%U 7159159808,7642889216,7957384191,8803910655,10134166527,11270859776,13447642112

%N Numbers n such that n and n+1 both have 44 divisors.

%H Charles R Greathouse IV, <a href="/A274813/b274813.txt">Table of n, a(n) for n = 1..10000</a>

%H Charles R Greathouse IV, <a href="/A274813/a274813_2.gp.txt">GP script to compute terms</a>

%o (PARI) is(n)=numdiv(n)==44 && numdiv(n+1)==44

%Y Intersection of A005237 and A175751.

%K nonn

%O 1,1

%A _Charles R Greathouse IV_, Jul 07 2016