login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124417 a(n) = least k such that 2^i*k+1 is prime for 1<=i<=n. 6
1, 1, 9, 765, 765, 8325, 8325, 7757430, 428547690, 102764221560 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

MATHEMATICA

k = 1; Do[If[n < 3, inc = 1, If[n == 3, inc = 3, inc = 15]; ]; If[Mod[k, inc] > 0, k = k + inc - Mod[k, inc]]; While[Nand @@ PrimeQ[Table[2^j, {j, n}]*k + 1], k += inc]; Print[k], {n, 1, 15}] (*Chandler*)

CROSSREFS

Cf. A005097, A123998, A124041, A124412-A124416.

Sequence in context: A015481 A185274 A145183 * A159356 A091057 A168257

Adjacent sequences:  A124414 A124415 A124416 * A124418 A124419 A124420

KEYWORD

nonn,more

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Nov 02 2006

EXTENSIONS

Edited by Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 21 2006

a(10) from Farideh Firoozbakht, Nov 25 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 03:14 EST 2012. Contains 205694 sequences.