The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A152867 Beginnings of maximal chains of primes with four members (three links). 8
13, 89, 809, 4561, 6689, 7603, 11321, 16493, 18229, 22153, 24107, 28409, 28687, 29153, 32749, 33013, 54493, 55663, 63337, 63419, 67169, 86011, 90289, 108881, 113647, 116929, 132589, 133187, 136033, 136403, 137791, 145543, 147353, 150583 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For definitions see A152658, of which this is a subsequence.
LINKS
EXAMPLE
First maximal chain of primes with four members (three links) is 13, 17, 19, 23; the linking primes are 197, 271, 359.
PROG
(PARI) {n=1; while(n<13900, c=0; a=prime(n); while(isprime(n*prime(n)+(n+1)*prime(n+1)), c++; n++); if(c==3, print1(a, ", ")); n++)}
CROSSREFS
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), A152865, A152866, A152868, A152869, A152963, A152964.
Sequence in context: A082099 A282858 A268746 * A026912 A161465 A162300
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Dec 17 2008
STATUS
approved

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 May 14 14:46 EDT 2024. Contains 372533 sequences. (Running on oeis4.)