A356743 Numbers k such that k and k+2 both have exactly 6 divisors.
18, 50, 242, 243, 423, 475, 603, 637, 722, 845, 925, 1682, 1773, 2007, 2523, 2525, 2527, 3123, 3175, 3177, 4203, 4475, 4525, 4923, 5823, 6725, 6811, 6962, 7299, 7442, 7675, 8425, 8957, 8973, 9457, 9925, 10051, 10082, 10467, 11673, 11709, 12427, 12482, 12591, 13023, 13075
Offset: 1
Keywords
Examples
50 is a term since 50 and 52 both have 6 divisors.
Links
- Jianing Song, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
PARI
isA356743(n) = numdiv(n)==6 && numdiv(n+2)==6
Comments