login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A071193
Least m > n such that bigomega(m) != bigomega(n), where bigomega(n) = A001222(n).
3
2, 4, 4, 5, 6, 7, 8, 9, 11, 11, 12, 13, 14, 16, 16, 17, 18, 19, 20, 21, 23, 23, 24, 25, 27, 27, 29, 29, 30, 31, 32, 33, 36, 36, 36, 37, 38, 40, 40, 41, 42, 43, 44, 46, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 59, 60, 61, 62, 63, 64
OFFSET
1,1
COMMENTS
abs(A001222(a(n)) - A001222(n)) >= 1.
LINKS
MATHEMATICA
Array[(k = #1; While[PrimeOmega[k] == #2, k++]; k) & @@ {#, PrimeOmega[#]} &, 64] (* Michael De Vlieger, Feb 23 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 15 2002
STATUS
approved