You are viewing a single comment's thread from:

RE: Brainsteem Compute #2 Prize Computational Maths Puzzle [Win 40% and 10% in SBD]

in #math7 years ago (edited)

Q1: 73939133

matlab:
plist = 1:10;
plistn = 1:10;
for i = 1:20
plist = plistn;
plist = plist(isprime(plist));
plist = plist *10;

for j = 0:length(plist)-1
    for k = 0:9
        plistn(j*10+k+1) = plist(j+1)+k;
   
    end
end

end
max(plist/10)
isprime(max(plist)/10)

Coin Marketplace

STEEM 0.20
TRX 0.13
JST 0.030
BTC 64690.76
ETH 3423.64
USDT 1.00
SBD 2.51