OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
EXAMPLE
185 is composite & 10111001 is prime.
313 is not in the sequence as it is prime in base 10.
MATHEMATICA
Select[Range[2900], ! PrimeQ[#]&&PrimeQ[FromDigits[IntegerDigits[#, 2]]]&] (* Vincenzo Librandi, Apr 18 2013 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Gerald Hillier, Feb 03 2009
EXTENSIONS
More terms from R. J. Mathar, Feb 10 2009
Edited by N. J. A. Sloane, Mar 17 2010
STATUS
approved