A180245 n-th natural number m such that m and m+2 are both divisible by exactly n primes (counted with multiplicity).
3, 33, 42, 196, 918, 6640, 24750, 246078, 781248, 6565374, 25227774, 165009150, 673932798, 5268548608, 25737162750, 179511912448, 818179991550, 4228689854464, 26455088693248, 104384041582590, 820632501420030
Offset: 1
Keywords
Examples
a(1) = 3 because 3 is the first natural number m such that m and m+2 are both divisible by exactly 1 prime (i.e., the first of the lesser of twin primes). a(2) = 33 because that is the 2nd natural number m such that m and m+2 are both divisible by exactly 2 primes (i.e. 33 = 3 * 11 is semiprime and when 2 is added becomes 35 = 5 * 7 which is also semiprimes) the 1st such being 4.
Extensions
a(16)-a(21) from Donovan Johnson, Aug 27 2010
Comments