login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152865 Beginnings of maximal chains of primes with two members (one link). 8

%I #5 Mar 30 2012 17:27:56

%S 29,37,109,131,251,269,293,359,389,401,449,461,491,547,569,607,631,

%T 743,757,857,887,971,1109,1151,1163,1187,1289,1301,1319,1373,1427,

%U 1453,1499,1613,1667,1801,1831,1879,1913,1979,2003,2029,2137,2243,2377,2393,2459

%N Beginnings of maximal chains of primes with two members (one link).

%C For definitions see A152658, of which this is a subsequence.

%H Klaus Brockhaus, <a href="/A152865/b152865.txt">Table of n, a(n) for n=1..1000</a>

%e Second maximal chain of primes with two members (one link) is 37, 41; the linking prime is 977.

%o (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++)}

%Y Cf. A152658 (beginnings of maximal chains of primes), A152735 (count of links in n-th maximal chain of primes), A152962 (beginning of the first maximal chain of primes with n links), A152866, A152867, A152868, A152869, A152963, A152964.

%K nonn

%O 1,1

%A _Klaus Brockhaus_, Dec 17 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 16:42 EDT 2024. Contains 371989 sequences. (Running on oeis4.)