A376751 Primes that begin a run of primes in A376198.
2, 5, 13, 29, 61, 127, 257, 521, 1049, 2111, 4229, 8461, 16927, 33857, 67723, 135449, 270913, 541831, 1083689, 2167393, 4334791, 8669593, 17339197, 34678421, 69356857, 138713717, 277427441, 554854889, 1109709791, 2219419597, 4438839259, 8877678527, 17755357069, 35510714159, 71021428351, 142042856719
Offset: 1
Keywords
Programs
-
Python
# uses code in A376750 print([out[1] for out in list(islice(A376750_4gen(), 15))]) # Michael S. Branicky, 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