OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
pdnpdQ[n_]:=Module[{idn=IntegerDigits[n], p, z=DigitCount[n, 10, 0]}, p=Count[ idn, _?PrimeQ]; p>0&&z==0&&Length[idn]>p]; Select[ Prime[ Range[ 150]], pdnpdQ] (* Harvey P. Dale, Oct 01 2013 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Omar E. Pol, Feb 01 2013
STATUS
approved