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.

Showing 1-3 of 3 results.

A102210 Number of primes that are bitwise covered by n.

Original entry on oeis.org

0, 1, 2, 0, 1, 1, 4, 0, 0, 1, 3, 0, 2, 1, 6, 0, 1, 1, 4, 0, 2, 1, 7, 0, 1, 1, 5, 0, 4, 1, 11, 0, 0, 1, 2, 0, 2, 1, 5, 0, 1, 1, 5, 0, 4, 1, 10, 0, 1, 1, 4, 0, 4, 1, 9, 0, 2, 1, 8, 0, 8, 1, 18, 0, 0, 1, 3, 0, 1, 1, 6, 0, 1, 1, 5, 0, 3, 1, 10, 0, 1, 1, 6, 0, 2, 1, 10, 0, 3, 1, 9, 0, 6, 1, 17, 0, 1, 1, 4, 0, 4, 1
Offset: 1

Views

Author

Reinhard Zumkeller, Dec 30 2004

Keywords

Comments

p is bitwise covered by n iff (p = (n AND p)) bitwise: A080099(n,p)=p.

Examples

			n=21->10101 -> a(21) = #{00101=5,10001=17} = 2.
		

Crossrefs

Programs

Formula

a(A102211(n)) = 0; a(A102212(n)) = 1; a(A102213(n)) > 1.
a(2^k-1) = A007053(k) for k > 1. - Amiram Eldar, Jan 12 2020

A102211 Numbers k with A102210(k) = 0.

Original entry on oeis.org

1, 4, 8, 9, 12, 16, 20, 24, 28, 32, 33, 36, 40, 44, 48, 52, 56, 60, 64, 65, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 128, 129, 132, 136, 140, 144, 148, 152, 156, 160, 161, 164, 168, 172, 176, 180, 184, 188, 192, 196, 200, 204, 208, 212, 216
Offset: 1

Views

Author

Reinhard Zumkeller, Dec 30 2004

Keywords

Crossrefs

A008586 is a subsequence.

Programs

Formula

A102210(a(n)) = 0.

A102213 Numbers m with A102210(m) > 1.

Original entry on oeis.org

3, 7, 11, 13, 15, 19, 21, 23, 27, 29, 31, 35, 37, 39, 43, 45, 47, 51, 53, 55, 57, 59, 61, 63, 67, 71, 75, 77, 79, 83, 85, 87, 89, 91, 93, 95, 99, 101, 103, 105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 131, 135, 139, 141, 143, 147, 149, 151, 153, 155, 157
Offset: 1

Views

Author

Reinhard Zumkeller, Dec 30 2004

Keywords

Crossrefs

Subsequence of A005408.

Programs

Formula

A102210(a(n)) > 1.
Showing 1-3 of 3 results.