A274811 Numbers n such that n and n+1 both have 40 divisors.
458864, 614384, 879375, 948752, 1003023, 1057455, 1080624, 1083375, 1101680, 1171664, 1174095, 1207791, 1271295, 1275344, 1283120, 1346960, 1420496, 1428272, 1460624, 1477359, 1524015, 1562895, 1609712, 1677104, 1686015, 1827440
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)==40 && numdiv(n+1)==40