A274809 Numbers n such that n and n+1 both have 36 divisors.
223244, 261855, 285075, 346724, 395675, 556100, 607724, 748475, 775424, 790075, 830907, 875924, 912950, 934724, 938475, 940653, 971424, 1137824, 1187900, 1239524, 1374075, 1384299, 1413675, 1462527, 1466675, 1531647
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)==36 && numdiv(n+1)==36