|
Search: id:A102348
|
|
|
| A102348 |
|
Decimated primes: every 10-th prime has been omitted. |
|
+0 1
|
|
| 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; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
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)
|
|
PROGRAM
|
(PARI) f(n) = for(x=1, n, if(x%10, print1(prime(x), ", ")))
|
|
CROSSREFS
|
Sequence in context: A065722 A028864 A067903 this_sequence A161929 A042966 A128898
Adjacent sequences: A102345 A102346 A102347 this_sequence A102349 A102350 A102351
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Feb 21 2005
|
|
|
Search completed in 0.002 seconds
|