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.

A162644 Numbers m such that A162511(m) = +1.

Original entry on oeis.org

1, 2, 3, 5, 6, 7, 8, 10, 11, 13, 14, 15, 17, 19, 21, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 46, 47, 51, 53, 54, 55, 56, 57, 58, 59, 61, 62, 65, 66, 67, 69, 70, 71, 73, 74, 77, 78, 79, 82, 83, 85, 86, 87, 88, 89, 91, 93, 94, 95, 96, 97, 100
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 08 2009

Keywords

Comments

Also numbers n with A008836(n)=(-1)^A001221(n). - Enrique Pérez Herrero, Aug 03 2012
This sequence has an asymptotic density (1 + A065472/zeta(2))/2 = 0.735840... (Mossinghoff and Trudgian, 2019). - Amiram Eldar, Jul 07 2020

Crossrefs

Complement of A162645.
A002035 is a subsequence.

Programs

  • Mathematica
    Select[Range[100], EvenQ[PrimeOmega[#] - PrimeNu[#]] &] (* Amiram Eldar, Jul 07 2020 *)