OFFSET
1,2
COMMENTS
a(n) = binary expansion of numbers A174416(n) (i.e. numbers whose binary expansion is a decimal nonprime).
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Sort[Flatten[Table[FromDigits/@(Join[{1}, #]&/@Tuples[{1, 0}, n]), {n, 0, 5}]]], !PrimeQ[#]&] (* Harvey P. Dale, Dec 26 2015 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Jaroslav Krizek, Mar 19 2010
EXTENSIONS
Keyword base added by Reinhard Zumkeller, Mar 31 2010
STATUS
approved