PrimeQ[ Table[sum_(n=1)^(N)n!, {N,1,30}]]

24 Views Asked by At

The PrimeQ[Table[...]] command used to work in Wolfram|Alpha back in 2012 but now it doesn't give any answer. Is there a substitute?

1

There are 1 best solutions below

0
On

Thanks to @martin and @lulu, PrimeQ[]/@[...] works so that entries such as

PrimeQ[]/@[Table [sum_(n=1)^(N)n!, {N,1,30}]]

Gives the proper answer