A111171 Semiprimes S such that 3*S - 1 is also a semiprime.
9, 21, 22, 25, 26, 49, 62, 65, 69, 74, 85, 93, 121, 122, 129, 133, 141, 146, 158, 161, 166, 178, 185, 194, 205, 209, 221, 249, 253, 262, 265, 289, 298, 302, 305, 309, 346, 358, 361, 365, 381, 382, 386, 413, 446, 466, 473, 485, 489, 493, 501, 505, 514, 526, 553
Offset: 1
Examples
n s(n) 3 *s -1 1 9 = 3^2 26 = 2 * 13 2 21 = 3 * 7 62 = 2 * 31 3 22 = 2 * 11 65 = 5 * 13 4 25 = 5^2 74 = 2 * 37 5 26 = 2 * 13 77 = 7 * 11 6 49 = 7^2 146 = 2 * 73
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Select[Range[600],PrimeOmega[#]==PrimeOmega[3#-1]==2&] (* Harvey P. Dale, Jun 20 2018 *)
Extensions
Corrected and extended by Ray Chandler, Oct 22 2005
Comments