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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102348 Decimated primes: every 10-th prime has been omitted. 0
2, 3, 5, 7, 11, 13, 17, 19, 23, 31, 37, 41, 43, 47, 53, 59, 61, 67, 73, 79, 83, 89, 97, 101, 103, 107, 109, 127, 131, 137, 139, 149, 151, 157, 163, 167, 179, 181, 191, 193, 197, 199, 211, 223, 227, 233, 239, 241, 251, 257, 263, 269, 271, 277, 283, 293, 307, 311 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The word "decimated" can be interpreted in several ways and should be used with caution. - N. J. A. Sloane (njas(AT)research.att.com), Feb 21 2005

EXAMPLE

The 10-th prime is 29 and is missing from the table because it was decimated.

MATHEMATICA

Delete[ Prime[ Range[64]], Table[{10i}, {i, 6}]] (from Rgwv Feb 22 2005)

PROG

(PARI) f(n) = for(x=1, n, if(x%10, print1(prime(x), ", ")))

CROSSREFS

Sequence in context: A065722 A028864 A067903 * A161929 A042966 A128898

Adjacent sequences:  A102345 A102346 A102347 * A102349 A102350 A102351

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Feb 21 2005

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 04:58 EST 2012. Contains 205985 sequences.