Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124516
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124516 a(n) = least k such that 2^i*k-1 is prime for 1<=i<=n. +0
8
2, 2, 3, 3, 45, 45, 561330, 9549960, 42932385, 13044904290 (list; graph; listen)
OFFSET

1,1

MATHEMATICA

k = 1; Do[If[n < 5, inc = 1, 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, 10}] (*Chandler*)

CROSSREFS

Cf. A006254, A124485, A124493, A124494, A124017, A125113, A124514, A124515.

Cf. A071576, A101994, A101320.

Sequence in context: A097365 A156906 A053094 this_sequence A091048 A071478 A071477

Adjacent sequences: A124513 A124514 A124515 this_sequence A124517 A124518 A124519

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Definition corrected and a(10) calculated by Farideh Firoozbakht, Nov 24 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 December 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research