Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A071576
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A071576 a(n) = least k such that 2ik+1 is prime for all 1<=i<=n. +0
11
1, 1, 1, 165, 5415, 12705, 256410, 256410, 6480303060, 217245863835, 946622690475, 35511547806735, 439116128090640 (list; graph; listen)
OFFSET

1,4

MATHEMATICA

k = 1; Do[ While[p = Table[2*i*k + 1, {i, 1, n}]; Union[ PrimeQ[p]] != {True}, k++ ]; Print[k], {n, 1, 15}] (Robert G. Wilson v)

PROGRAM

(PARI) for(n=1, 6, s=1; while(sum(i=1, n, isprime(2*s*i+1))<n, s++); print1(s, ", "))

CROSSREFS

Cf. A088250, A124516, A124522, A124522, A063983.

Cf. A005097, A123998, A124408-A124411.

Sequence in context: A027796 A145055 A105944 this_sequence A140912 A132055 A046178

Adjacent sequences: A071573 A071574 A071575 this_sequence A071577 A071578 A071579

KEYWORD

more,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 31 2002

EXTENSIONS

Extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 06 2002

a(9) from Ryan Propper (rpropper(AT)stanford.edu), Jun 20 2005

a(10)-a(13) from Don Reble (djr(AT)nk.ca), Nov 05 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research