A152868 Beginnings of maximal chains of primes with five members (four links).
61, 1069, 2293, 2879, 5441, 20347, 145823, 183949, 187171, 207629, 219649, 278087, 412171, 420467, 421273, 507503, 536479, 696937, 698311, 774929, 792283, 1028081, 1310137, 1432927, 1470757, 1726211, 1803881, 1861817, 1904477, 1928561
Offset: 1
Keywords
Examples
First maximal chain of primes with five members (four links) is 61, 67, 71, 73, 79; the linking primes are 2371, 2693, 2953, 3271.
Links
- Klaus Brockhaus, Table of n, a(n) for n=1..1100
Crossrefs
Programs
-
PARI
{n=1; while(n<144100, c=0; a=prime(n); while(isprime(n*prime(n)+(n+1)*prime(n+1)), c++; n++); if(c==4, print1(a, ",")); n++)}
Comments