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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038617 Primes not containing digit '9'. 1
2, 3, 5, 7, 11, 13, 17, 23, 31, 37, 41, 43, 47, 53, 61, 67, 71, 73, 83, 101, 103, 107, 113, 127, 131, 137, 151, 157, 163, 167, 173, 181, 211, 223, 227, 233, 241, 251, 257, 263, 271, 277, 281, 283, 307, 311, 313, 317, 331, 337, 347, 353, 367, 373, 383, 401, 421 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Select[Prime[Range[1000]], DigitCount[ # ][[9]] == 0 &] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), May 20 2006

PROG

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

CROSSREFS

Cf. A000040.

Sequence in context: A051647 A042986 A143390 * A036962 A160337 A190222

Adjacent sequences:  A038614 A038615 A038616 * A038618 A038619 A038620

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 17 23:31 EST 2012. Contains 206085 sequences.