A274807 Numbers n such that n and n+1 both have 32 divisors.
21735, 58695, 93015, 94094, 111111, 123255, 137240, 140504, 159159, 162944, 175959, 178815, 190280, 202215, 214136, 215270, 224895, 226610, 233624, 239624, 239784, 242535, 246375, 248744, 250263, 251559, 258687, 259064, 259335, 260337
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)==32 && numdiv(n+1)==32