OFFSET
1,1
MAPLE
no19 := proc(n) local d ; for d in convert(n, base, 10) do if d in {1, 9} then RETURN(false) ; fi; od: RETURN(true) ; end: for n from 1 to 400 do p := ithprime(n) ; if no19(p) then printf("%d, ", p) ; fi; od: # R. J. Mathar, Jan 18 2009
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Juri-Stepan Gerasimov, Jan 15 2009
EXTENSIONS
443 inserted by R. J. Mathar, Jan 18 2009
STATUS
approved