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.
PROG
(PARI) for(n=0, 99, ispseudoprime(a=n!/prod(k=1, primepi(n), prime(k))+1)&print1(a", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Mar 27 2013
STATUS
approved