ZCubes/Prime Gaps

From ZCubes Wiki
Revision as of 01:30, 11 March 2021 by Jayaram (talk | contribs) (→‎Code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Prime Gaps


This video shows how to compute the gap between the prime numbers using ZCubes. You can easily generate large number of primes and get the gaps of these as a series and conduct further analysis.

Video


Prime Gaps














Code

ps=PRIMES(100000)
    .map((x,i,d)=>d[i]-d[i-1])
    .slice(1)
~





© Copyright 1996-2021, ZCubes, Inc.