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”).
%I #15 Oct 07 2024 15:29:45
%S 3,11,23,59,113,251,509,1039,2099,4219,8447,16921,33851,67709,135433,
%T 270899,541817,1083659,2167369,4334777,8669543,17339177,34678381,
%U 69356839,138713711,277427431,554854873,1109709709,2219419577,4438839173,8877678499,17755357051,35510714137,71021428277,142042856611,284085713419
%N Primes that end a run of primes in A376198.
%o (Python) # uses code in A376750
%o print([out[3] for out in list(islice(A376750_4gen(), 15))]) # _Michael S. Branicky_, Oct 03 2024
%Y Cf. A376198-A376201, A376750-A376754.
%K nonn
%O 1,1
%A _N. J. A. Sloane_, Oct 03 2024
%E a(14)-a(33) from _Michael S. Branicky_, Oct 04 2024
%E a(34)-a(36) from _Michael S. Branicky_, Oct 07 2024