proposed
approved
proposed
approved
editing
proposed
2, 3, 7, 29, 127, 727, 5051, 40343, 362897, 3628811, 39916801, 479001629, 6227020867, 87178291219, 1307674368043, 20922789888023, 355687428096031, 6402373705728037, 121645100408832089, 2432902008176640029, 51090942171709440031, 1124000727777607680031
(Python)
from sympy import factorial, nextprime
def a(n): return nextprime(factorial(n))
print([a(n) for n in range(1, 23)]) # Michael S. Branicky, May 22 2022
proposed
editing
editing
proposed
Antonín Čejchan, Michal Křížek, and Lawrence Somer, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL25/Krizek/krizek3.html">On Remarkable Properties of Primes Near Factorials and Primorials</a>, Journal of Integer Sequences, Vol. 25 (2022), Article 22.1.4.
approved
editing
proposed
approved
editing
proposed
editing
proposed