login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102213 Numbers m with A102210(m) > 1. 4
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A102210(a(n)) > 1.
MATHEMATICA
f[n_] := Count[Range[n], _?(PrimeQ[#] && BitAnd[n, #] == # &)]; Select[Range[216], f[#] > 1 &] (* Amiram Eldar, Jan 12 2020 *)
PROG
(Magma) [k:k in [1..160]|#[p:p in PrimesUpTo(k)| p eq BitwiseAnd(k, p)] gt 1 ]; // Marius A. Burtea, Jan 12 2020
CROSSREFS
Subsequence of A005408.
Sequence in context: A111068 A322430 A337705 * A276283 A158942 A310192
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Dec 30 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 14:35 EDT 2024. Contains 371989 sequences. (Running on oeis4.)