login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A290014
Values of n for which Sum_{k=1..n} k!^10 is prime.
3
3, 4, 5, 16, 25
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
Cf. A100289 (k!^2), A289947 (k!^6).
Sequence in context: A242787 A031199 A173027 * A298225 A278919 A173061
KEYWORD
nonn,bref,full,fini
AUTHOR
Eric W. Weisstein, Jul 17 2017
STATUS
approved