A186621 Semiprimes - 1.
3, 5, 8, 9, 13, 14, 20, 21, 24, 25, 32, 33, 34, 37, 38, 45, 48, 50, 54, 56, 57, 61, 64, 68, 73, 76, 81, 84, 85, 86, 90, 92, 93, 94, 105, 110, 114, 117, 118, 120, 121, 122, 128, 132, 133, 140, 141, 142, 144, 145, 154, 157, 158, 160, 165, 168, 176, 177, 182, 184, 186, 193
Offset: 1
Examples
The smallest semiprime is 4 = 2*2, so a(1) = 4-1 = 3.
Links
- Robert Price, Table of n, a(n) for n = 1..1366
Programs
-
Mathematica
Select[Range[5000], 2 == Total[Transpose[FactorInteger[# + 1]][[2]]] &]
Formula
a(n) = A001358(n) - 1.
Comments