Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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
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.
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