login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A222255
Primes of the form n!/n# + 1, where n#=A034386(n) (primorial), listed with repetition.
0
2, 2, 2, 2, 5, 5, 193, 2903041, 250822656001, 1807729046323200001, 1472038679443987759104000001, 21817028147643299474152432146548259236610048000000000001
OFFSET
1,1
COMMENTS
For each n >= 0, if n!/n#+1 is prime, then this prime is listed here: This explains the repetitions.
The next term is already 126 digits long.
FORMULA
a(n) = A049614(A140294(n))+1, where A049614 = A000142/A034386.
PROG
(PARI) for(n=0, 99, ispseudoprime(a=n!/prod(k=1, primepi(n), prime(k))+1)&print1(a", "))
CROSSREFS
Sequence in context: A035681 A195601 A352723 * A350970 A126788 A098789
KEYWORD
nonn
AUTHOR
M. F. Hasler, Mar 27 2013
STATUS
approved