login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038603 Primes not containing digit '1'. 6
2, 3, 5, 7, 23, 29, 37, 43, 47, 53, 59, 67, 73, 79, 83, 89, 97, 223, 227, 229, 233, 239, 257, 263, 269, 277, 283, 293, 307, 337, 347, 349, 353, 359, 367, 373, 379, 383, 389, 397, 409, 433, 439, 443, 449, 457, 463, 467, 479, 487, 499, 503, 509, 523, 547, 557 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Subsequence of A132080. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Aug 09 2007

LINKS

R. Zumkeller, Table of n, a(n) for n = 1..1000

MATHEMATICA

Select[Prime[Range[70]], DigitCount[#, 10, 1] == 0 &] (* Vincenzo Librandi, Aug 09 2011 *)

PROG

(MAGMA) [ p: p in PrimesUpTo(600) | not 1 in Intseq(p) ];  // Bruno Berselli, Aug 08 2011

(PARI) is(n)=if(isprime(n), n=vecsort(eval(Vec(Str(n))), , 8); n[1]>1||(!n[1]&&n[2]>1)) \\ Charles R Greathouse IV, Aug 09 2011

CROSSREFS

Cf. A000040.

Sequence in context: A024776 A069867 A024770 * A106116 A091727 A030144

Adjacent sequences:  A038600 A038601 A038602 * A038604 A038605 A038606

KEYWORD

nonn,easy,base

AUTHOR

Vasiliy Danilov (danilovv(AT)usa.net) 1998 Jul

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 01:31 EST 2012. Contains 205860 sequences.