A273879 Numbers k such that k and k+1 have 6 distinct prime factors.
11243154, 13516580, 16473170, 16701684, 17348330, 19286805, 20333495, 21271964, 21849905, 22054515, 22527141, 22754589, 22875489, 24031370, 25348070, 25774329, 28098245, 28618394, 28625960, 30259229, 31846269, 32642805
Offset: 1
Keywords
Examples
13516580 = 2^2 * 5 * 7 * 11 * 67 * 131 and 13516581 = 3 * 13 * 17 * 19 * 29 * 37 so 13516580 is in this sequence.
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
- D. A. Goldston, S. W. Graham, J. Pintz, C. Y. Yildirim, Small gaps between almost primes, the parity problem and some conjectures of Erdős on consecutive integers, arXiv:0803.2636 [math.NT], 2008.
- D. A. Goldston, S. W. Graham, J. Pintz, C. Y. Yildirim, Small gaps between almost primes, the parity problem and some conjectures of Erdős on consecutive integers, International Mathematics Research Notices 7 (2011), pp. 1439-1450.
Crossrefs
Programs
-
Mathematica
SequencePosition[PrimeNu[Range[3265*10^4]],{6,6}][[All,1]] (* Harvey P. Dale, Nov 20 2021 *)
-
PARI
is(n)=omega(n)==6 && omega(n+1)==6
Formula
a(1) = A138206(2). - R. J. Mathar, Jul 15 2023
Comments