cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A071193 Least m > n such that bigomega(m) != bigomega(n), where bigomega(n) = A001222(n).

Original entry on oeis.org

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

Views

Author

Reinhard Zumkeller, May 15 2002

Keywords

Comments

abs(A001222(a(n)) - A001222(n)) >= 1.

Crossrefs

Programs

  • Mathematica
    Array[(k = #1; While[PrimeOmega[k] == #2, k++]; k) & @@ {#, PrimeOmega[#]} &, 64] (* Michael De Vlieger, Feb 23 2024 *)