This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A376753 #15 Oct 07 2024 15:29:45 %S A376753 3,11,23,59,113,251,509,1039,2099,4219,8447,16921,33851,67709,135433, %T A376753 270899,541817,1083659,2167369,4334777,8669543,17339177,34678381, %U A376753 69356839,138713711,277427431,554854873,1109709709,2219419577,4438839173,8877678499,17755357051,35510714137,71021428277,142042856611,284085713419 %N A376753 Primes that end a run of primes in A376198. %o A376753 (Python) # uses code in A376750 %o A376753 print([out[3] for out in list(islice(A376750_4gen(), 15))]) # _Michael S. Branicky_, Oct 03 2024 %Y A376753 Cf. A376198-A376201, A376750-A376754. %K A376753 nonn %O A376753 1,1 %A A376753 _N. J. A. Sloane_, Oct 03 2024 %E A376753 a(14)-a(33) from _Michael S. Branicky_, Oct 04 2024 %E A376753 a(34)-a(36) from _Michael S. Branicky_, Oct 07 2024