login
Primes that begin a run of primes in A376198.
4

%I #16 Oct 07 2024 15:29:56

%S 2,5,13,29,61,127,257,521,1049,2111,4229,8461,16927,33857,67723,

%T 135449,270913,541831,1083689,2167393,4334791,8669593,17339197,

%U 34678421,69356857,138713717,277427441,554854889,1109709791,2219419597,4438839259,8877678527,17755357069,35510714159,71021428351,142042856719

%N Primes that begin a run of primes in A376198.

%o (Python) # uses code in A376750

%o print([out[1] for out in list(islice(A376750_4gen(), 15))]) # _Michael S. Branicky_, Oct 03 2024

%Y Cf. A376198-A376201, A3767510, A376752-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