User Portlet User Portlet

Discussions
I wanted to share some code I used in Mathematica that could be useful to other people who study the gaps between prime numbers or for anyone interested in proving the twin prime conjecture. a = Table[Prime[i], {i, 2, 10000000}]; b =...