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!)
A128509 Initial prime, greater than 7, of a prime chain of length n under the iteration x -> 2x-7. 1
11, 13, 13, 367, 4987, 9697, 78007, 13356127, 13356127, 6753069187, 218617084627, 35679817649197, 92975416840027 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
From the definition we see that the sequence is monotonic (but not strictly) increasing. The sequence is a generalized Cunningham chain. - Stefan Steinerberger, May 12 2007
LINKS
EXAMPLE
a(2) = 13 because 13, 13*2-7=19 and 19*2-7=31 are primes.
MATHEMATICA
k = 5; For[n = 2, n <= 10, n++, While[Union[PrimeQ[NestList[2# - 7 &, Prime[k], n]], PrimeQ[NestList[2# - 7 &, Prime[k], n]]] != {True}, k++ ]; Print[Prime[k]]] (* Stefan Steinerberger, May 12 2007 *)
CROSSREFS
Sequence in context: A350832 A087551 A164076 * A240468 A043645 A043700
KEYWORD
nonn,more
AUTHOR
Zak Seidov, May 07 2007
EXTENSIONS
Edited by Stefan Steinerberger, May 12 2007
Edited by Don Reble, Nov 07 2007
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 July 6 19:53 EDT 2024. Contains 374058 sequences. (Running on oeis4.)