A114405 5-almost prime gaps. First differences of A014614.
16, 24, 8, 28, 4, 8, 42, 6, 8, 4, 20, 8, 35, 9, 12, 6, 2, 8, 20, 4, 8, 56, 10, 14, 4, 9, 3, 12, 20, 10, 6, 8, 4, 28, 4, 20, 32, 15, 21, 4, 2, 18, 4, 14, 26, 4, 15, 5, 4, 4, 8, 4, 2, 26, 16, 6, 2, 8, 20, 48, 20, 34, 6, 3, 27, 2, 4, 20, 1, 7, 16, 8, 4, 4, 6, 30, 6, 6, 12, 6, 3, 11
Offset: 1
Examples
a(1) = 16 = 48-32 where 32 is the first 5-almost prime and 48 is the second. a(2) = 24 = 72-48. a(3) = 8 = 80-72. a(4) = 28 = 108-80. a(5) = 4 = 112-108. a(6) = 8 = 120-112. a(7) = 42 = 162-120. a(8) = 6 = 168-162. a(13) = 35 = 243-208. a(22) = 56 = 368-312.
Links
- R. J. Mathar, Table of n, a(n) for n = 1..9999
Programs
-
Mathematica
Differences[Select[Range[2000],PrimeOmega[#]==5&]] (* Harvey P. Dale, Sep 28 2019 *)
Extensions
More terms from R. J. Mathar, Oct 06 2007
Comments