thenightfox

8 Reputation

2 Badges

17 years, 194 days

MaplePrimes Activity


These are questions asked by thenightfox

Hi, I've searched for this in mapleprimes.com before registering myself in the site, and found nothing. Maybe someone can help me with this. I've generated a set of prime numbers below 1000 using: genprime := proc (n) select(isprime, {$1 .. n)}) end proc Now I want to sum all the elements from the set genprime(1000). Is it possible? Thanks in advance, André
Page 1 of 1