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!)
A084701 Smallest k such that k*prime(i)-1 is prime for i = 1 to n. 1
2, 2, 4, 6, 120, 120, 120, 21972720, 827779590, 2481129210, 3894254360010 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Perhaps a(10) = 2481129210 (from Prime Curios web page)
For n > 4, a(n) == 0 mod 30. a(10) was reported by a Prime Curios page.
LINKS
Chris Caldwell, Prime Curios
EXAMPLE
a(4) = 6, 2*6-1 = 11, 3*6-1 = 17, 5*6-1 = 29, 7*6-1 = 41 are all primes.
MATHEMATICA
k = 2; Do[ While[ Union[ PrimeQ[ Table[ k*Prime[i] - 1, {i, 1, n}]]] != {True}, k+=2]; Print[k], {n, 1, 8}]
CROSSREFS
Cf. A084700.
Sequence in context: A171421 A072707 A086105 * A113815 A110946 A021449
KEYWORD
more,nonn
AUTHOR
Amarnath Murthy, Jun 08 2003
EXTENSIONS
Edited and extended by Robert G. Wilson v and Don Reble, Jun 15 2003
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)