login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A376753
Primes that end a run of primes in A376198.
2
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,1
PROG
(Python) # uses code in A376750
print([out[3] for out in list(islice(A376750_4gen(), 15))]) # Michael S. Branicky, Oct 03 2024
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, 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
STATUS
approved