A180150 Numbers n such that n and n+2 are both divisible by exactly 4 primes (counted with multiplicity).
54, 88, 150, 196, 232, 248, 294, 306, 328, 340, 342, 348, 460, 488, 490, 568, 570, 664, 712, 738, 774, 850, 856, 858, 868, 870, 948, 1012, 1014, 1060, 1096, 1110, 1148, 1190, 1204, 1206, 1208, 1210, 1218, 1254, 1274, 1276, 1290, 1302, 1314, 1420, 1430, 1448
Offset: 1
Examples
a(1) = 54 because 54 = 2 * 3^3 is divisible by exactly 4 primes (counted with multiplicity), and so is 54+2 = 56 = 2^3 * 7.
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
SequencePosition[PrimeOmega[Range[1500]],{4,,4}][[;;,1]] (* _Harvey P. Dale, Jan 14 2024 *)
-
PARI
is(n)=bigomega(n)==4 && bigomega(n+2)==4 \\ Charles R Greathouse IV, Jan 31 2017
Formula
Extensions
More terms from R. J. Mathar, Aug 13 2010
Comments