|
| |
|
|
A078894
|
|
Start with a list of all the primes and repeatedly add the first element A of the list to the sequence and strike off every A-th element of the list.
|
|
0
| |
|
|
2, 5, 11, 17, 23, 41, 47, 59, 67, 83, 97, 103, 137, 149, 157, 167, 191, 197, 211, 241
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
EXAMPLE
| Start off with a list of the primes: 2,3,5,7,11,13,17,19,23,....; include 2 in the sequence and strike off every second element of the list and what remains is 5,11,17,23,31,41,.... Include 5 in the sequence and strike off every fifth element of the list and what remains is 11,17,23,41,.... Keep repeating this procedure.
|
|
|
CROSSREFS
| Sequence in context: A135478 A019381 A113426 * A086319 A053033 A115057
Adjacent sequences: A078891 A078892 A078893 * A078895 A078896 A078897
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Joseph L. Pe (Joseph_l_pe(AT)hotmail.com), Jan 11 2003
|
| |
|
|