OFFSET
1,1
COMMENTS
More precisely, scan A004154, add 1 and record the answer if it is a prime. The sequence may not be monotonic.
The next term is too large to include.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..12
PROG
(Magma) [a: n in [1..100] | IsPrime(a) where a is Factorial(n) div 10^Valuation(Factorial(n), 5)+1]; // Vincenzo Librandi, Jun 03 2016
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Cino Hilliard, Dec 23 2002
EXTENSIONS
More terms from Joshua Zucker, Jan 11 2006
STATUS
approved