OFFSET
1,1
COMMENTS
Sum_{k=1..n} k!^10 is divisible by 41 for n >= 40, and checking the terms below that gives Sum_{k=1..a(5)} k!^10 with a(5) = 25 as the final prime in the sequence.
LINKS
Eric Weisstein's World of Mathematics, Factorial Sums
Eric Weisstein's World of Mathematics, Integer Sequence Primes
EXAMPLE
Sum_{k=1..3} k!^10 = 60467201 is prime.
Sum_{k=1..4} k!^10 = 63403441432577 is prime.
Sum_{k=1..5} k!^10 = 619173705643441432577 is prime.
...
CROSSREFS
KEYWORD
nonn,bref,full,fini
AUTHOR
Eric W. Weisstein, Jul 17 2017
STATUS
approved