A274357 Numbers n such that n and n+1 both have 8 divisors.
104, 135, 189, 230, 231, 285, 296, 344, 374, 375, 429, 434, 609, 645, 663, 664, 741, 776, 782, 805, 874, 902, 903, 969, 986, 1001, 1015, 1022, 1029, 1065, 1085, 1095, 1105, 1106, 1112, 1130, 1161, 1208, 1221, 1245, 1265, 1269, 1309, 1310, 1334, 1335, 1374, 1406, 1431
Offset: 1
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
SequencePosition[DivisorSigma[0,Range[2000]],{8,8}][[All,1]] (* Harvey P. Dale, Sep 07 2021 *)
-
PARI
is(n)=numdiv(n)==8 && numdiv(n+1)==8
Comments