OFFSET
1,1
FORMULA
MAPLE
isA046034 := proc(n) local d ; d := convert(convert(n, base, 10), set) ; if d intersect {0, 1, 4, 6, 8, 9} = {} then true; else false; fi; end: for n from 1 to 3000 do if isA046034(n) then printf("%d, ", ithprime(n)) ; fi; od: # R. J. Mathar, Feb 10 2009
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Juri-Stepan Gerasimov, Feb 01 2009
EXTENSIONS
Edited by N. J. A. Sloane, Feb 02 2009
149 inserted by R. J. Mathar, Feb 10 2009
STATUS
approved