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!)
A125838 a(n) is the smallest number m such that k*m - 1 for k=2,3,...,n is prime. 4
2, 2, 2, 6, 120, 120, 2894220, 397073040, 1236161850, 764907546690, 8955490023480, 138393712627170, 8047290924923250 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
Carlos Rivera, Problems & Puzzles.
EXAMPLE
a(7)=120 because 2*120-1, 3*120-1, 4*120-1, 5*120-1, 6*120-1 & 7*120-1 are prime and 120 is the smallest such number.
MATHEMATICA
a[n_] := Block[{k=2}, While[! AllTrue[k Range[2, n] - 1, PrimeQ], k += 2]; k]; a /@
Range[2, 8] (* Giovanni Resta, Mar 29 2017 *)
CROSSREFS
Sequence in context: A098920 A270557 A129365 * A021453 A053789 A115596
KEYWORD
hard,more,nonn
AUTHOR
Carlos Rivera, Jan 01 2007
EXTENSIONS
a(8) from Luke Pebody (luke.pebody(AT)gmail.com)
a(9)-a(10) from Vladimir Trushkov (vladimir(AT)trushkov.botik.ru)
a(5) corrected by and a(12)-a(14) from Giovanni Resta, Mar 29 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 May 8 00:02 EDT 2024. Contains 372317 sequences. (Running on oeis4.)