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.

A155900 Numbers k such that Omega(k) = Omega(2^k-1), where Omega(k) is the number of prime factors of k counted with multiplicity (A001222).

Original entry on oeis.org

1, 2, 3, 4, 5, 7, 8, 9, 13, 16, 17, 19, 27, 31, 32, 49, 61, 89, 107, 127, 521, 607, 1279, 2203, 2281, 3217
Offset: 1

Views

Author

M. F. Hasler, Feb 01 2009

Keywords

Comments

Mersenne prime exponents A000043 are a subsequence, with Omega(p)=Omega(2^p-1)=1.

Crossrefs

Programs

  • Mathematica
    Select[Range[200],PrimeOmega[#]==PrimeOmega[2^#-1]&] (* Harvey P. Dale, Apr 21 2012 *)
  • PARI
    for( i=1,999, bigomega(2^i-1)==bigomega(i) & print1(i","))

Formula

{n: A046051(n) = A001222(n)}. - R. J. Mathar, Mar 14 2009

Extensions

a(21)-a(22) from Amiram Eldar, Feb 23 2021
a(23)-a(26) from Daniel Suteu, Jan 21 2023