A292203 Primes as they appear in A003188.
3, 2, 7, 5, 13, 11, 31, 29, 23, 19, 17, 53, 61, 59, 41, 43, 47, 37, 97, 103, 101, 109, 107, 127, 113, 83, 89, 73, 79, 71, 67, 193, 199, 197, 223, 211, 241, 251, 233, 239, 229, 227, 163, 167, 173, 191, 181, 179, 151, 149, 157, 137, 139, 131, 389, 397, 409, 401, 433, 439
Offset: 1
Keywords
Programs
-
Mathematica
f[n_] := BitXor[n, Floor[n/2]]; Select[Array[f, 300], PrimeQ]
Comments