A152865 Beginnings of maximal chains of primes with two members (one link).
29, 37, 109, 131, 251, 269, 293, 359, 389, 401, 449, 461, 491, 547, 569, 607, 631, 743, 757, 857, 887, 971, 1109, 1151, 1163, 1187, 1289, 1301, 1319, 1373, 1427, 1453, 1499, 1613, 1667, 1801, 1831, 1879, 1913, 1979, 2003, 2029, 2137, 2243, 2377, 2393, 2459
Offset: 1
Keywords
Examples
Second maximal chain of primes with two members (one link) is 37, 41; the linking prime is 977.
Links
- Klaus Brockhaus, Table of n, a(n) for n=1..1000
Crossrefs
Programs
-
PARI
{n=1; while(n<365, c=0; a=prime(n); while(isprime(n*prime(n)+(n+1)*prime(n+1)), c++; n++); if(c==1, print1(a, ",")); n++)}
Comments