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 A376751 #20 Mar 21 2025 02:23:40 %S A376751 2,5,13,29,61,127,257,521,1049,2111,4229,8461,16927,33857,67723, %T A376751 135449,270913,541831,1083689,2167393,4334791,8669593,17339197, %U A376751 34678421,69356857,138713717,277427441,554854889,1109709791,2219419597,4438839259,8877678527,17755357069,35510714159,71021428351,142042856719 %N A376751 Primes that begin a run of primes in A376198. %o A376751 (Python) # uses code in A376750 %o A376751 print([out[1] for out in list(islice(A376750_4gen(), 15))]) # _Michael S. Branicky_, Oct 03 2024 %Y A376751 Cf. A376198-A376201, A376750, A376752-A376754. %K A376751 nonn %O A376751 1,1 %A A376751 _N. J. A. Sloane_, Oct 03 2024 %E A376751 a(14)-a(33) from _Michael S. Branicky_, Oct 04 2024 %E A376751 a(34)-a(36) from _Michael S. Branicky_, Oct 07 2024