A274813 Numbers n such that n and n+1 both have 44 divisors.
701443071, 1064240127, 1112542208, 2515428351, 2563730432, 3531189248, 4329413631, 4813143039, 5538737151, 5901534207, 6627128319, 6868993023, 7159159808, 7642889216, 7957384191, 8803910655, 10134166527, 11270859776, 13447642112
Offset: 1
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
- Charles R Greathouse IV, GP script to compute terms
Programs
-
PARI
is(n)=numdiv(n)==44 && numdiv(n+1)==44