A309649 Sieved recursive primeth recurrence (see Comments for precise definition).
1, 7, 13, 19, 23, 29, 37, 43, 47, 53, 61, 71, 73, 79, 89, 97, 101, 103, 107, 113, 131, 137, 139, 149, 151, 163, 167, 173, 181, 193, 197, 199, 223, 227, 229, 233, 239, 251, 257, 263
Offset: 1
Examples
First term a(1)=1. For the 2nd term: take all primes and delete the primes from the sequence A007097 : 1,2,3,5,11,31,127, .. This gives: 7,13,17,19, .. (1) The smallest term is 7. Our a(2)=7. Now construct an A007097 series with the starting term 7 instead of 1. The 7th prime is 17. The 17th prime is 59. the 59th prime is 277. The numbers to delete from series (1) are 7,17,59,277 .. This gives: 13,19,23,29,.. (2) The smallest term now is 13. Our a(3)=13. The next A007097 like series starting with 13 is the following. 13,41,179,.. which we delete from (2). This gives: 19,23,29,.. (3) The smallest term now is 19. Our a(4)=19. And so on.
Crossrefs
Cf. A007097.
Comments