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!)
A089132 First prime in the progression (n!+m)/m. 0
2, 2, 3, 2, 2, 2, 103, 631, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 5, 5, 5, 5, 5, 163, 23, 10778406912001, 149, 1153, 100801, 137, 19, 19, 19, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
m=n=200 in PARI program. It appears that for any base m there is an infinity of primes in the progression.
LINKS
PROG
(PARI) nfactp2d2(n, m) = { for(k=1, m, for(x=1, n, y=floor((x!+ k)/k); if(isprime(y), print1(y", "); break) ) ) }
CROSSREFS
Sequence in context: A329601 A230578 A362663 * A107259 A121041 A157439
KEYWORD
base,easy,nonn
AUTHOR
Cino Hilliard, Dec 05 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 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)