A376753 Primes that end a run of primes in A376198.
3, 11, 23, 59, 113, 251, 509, 1039, 2099, 4219, 8447, 16921, 33851, 67709, 135433, 270899, 541817, 1083659, 2167369, 4334777, 8669543, 17339177, 34678381, 69356839, 138713711, 277427431, 554854873, 1109709709, 2219419577, 4438839173, 8877678499, 17755357051, 35510714137, 71021428277, 142042856611, 284085713419
Offset: 1
Keywords
Programs
-
Python
# uses code in A376750 print([out[3] for out in list(islice(A376750_4gen(), 15))]) # Michael S. Branicky, Oct 03 2024
Extensions
a(14)-a(33) from Michael S. Branicky, Oct 04 2024
a(34)-a(36) from Michael S. Branicky, Oct 07 2024