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!)
A124492 a(n) = least k such that 2*i*k - 1 is prime for 1 <= i <= n. 7
2, 2, 2, 3, 3, 77385, 1447110, 1447110, 203937090, 107290072890, 4724240531010, 123618251967210, 1272603355923900, 9089306184994125090 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a[n_] := Block[{k = If[n < 6, 1, 5], s}, s = k; While[! AllTrue[k 2 Range[n] - 1, PrimeQ], k += s]; k]; Array[a, 8] (* Giovanni Resta, Apr 01 2017 *)
CROSSREFS
Sequence in context: A131704 A327746 A348626 * A338629 A057646 A238892
KEYWORD
nonn,more
AUTHOR
Artur Jasinski, Nov 04 2006
EXTENSIONS
Corrected and extended by Don Reble, Nov 05 2006
a(12)-a(14) from Giovanni Resta, Apr 01 2017
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 April 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)