Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

All published worksheets from http://sagenb.org

Views: 168757
Image: ubuntu2004
i=0 k=1 n=45 step=10000000 while i<n*step: k=next_prime(k) i=i+1 if i%step==0: print "Prime number #",i,"=",k
Syntax Error: print "Prime number #",i,"=",k