login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154761 Primes without decimal digits 1 or 9. 0
2, 3, 5, 7, 23, 37, 43, 47, 53, 67, 73, 83, 223, 227, 233, 257, 263, 277, 283, 307, 337, 347, 353, 367, 373, 383, 433, 443, 457, 463, 467, 487, 503, 523, 547, 557, 563, 577, 587, 607, 643, 647, 653, 673, 677, 683, 727, 733, 743, 757, 773, 787, 823, 827, 853 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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
Sequence in context: A267014 A113611 A038925 * A262098 A074491 A154385
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
443 inserted by R. J. Mathar, Jan 18 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 30 06:21 EDT 2024. Contains 374737 sequences. (Running on oeis4.)