OFFSET
1,1
COMMENTS
The word "decimated" can be interpreted in several ways and should be used with caution. - N. J. A. Sloane, Feb 21 2005
EXAMPLE
The 10th prime is 29 and is missing from the table because it was decimated.
MATHEMATICA
Delete[ Prime[ Range[64]], Table[{10i}, {i, 6}]] (* Robert G. Wilson v, Feb 22 2005 *)
PROG
(PARI) f(n) = for(x=1, n, if(x%10, print1(prime(x), ", ")))
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Feb 21 2005
STATUS
approved