Prime number

From LifeWiki
(Redirected from Composite number)
Jump to navigation Jump to search

A prime number[1] is a natural number greater than 1 that is not a product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number.[2]

Prime numbers come into play in a number of ways in the Game of Life and OCA. Here are some of them:

  • Large prime oscillators whose periods are very large prime numbers, right up to the largest known prime number
  • Primer, a pattern that produces a stream of lightweight spaceships representing prime numbers
  • Prime calculators using guns whose output stream is filtered by primer to generate twin primes, prime quadruplets, cousin primes, and so forth
  • Fermat prime calculator, a pattern based on primer that calculates Fermat prime numbers
  • Izhora, the largest known cellular automation computer, which can be used to calculate prime numbers

Classes of prime numbers

A Mersenne prime[3] is a prime number that is one less than a power of two.

  • All Mersenne primes are of the form 2p-1, where p is a prime number.[n 1]

A Fermat prime[4] is a prime number of the form 22n+1,[n 2] where n is a nonnegative integer. Only five Fermat primes are known, namely 3, 5, 17, 257, and 65537.

  • Together with 2, the Fermat primes are the complete set of prime numbers of the form 2n+1 (n must be 0 or a power of 2).[n 3]

A twin prime[5] is a prime number that is either 2 less or 2 more than another prime number — for example, either member of the twin prime pair (41, 43).

Medium-period prime-period oscillators

See also category Prime-period oscillators

Not counting Snark loops for p43+ and conduit-based oscillators for p59+, there are relatively few known prime-period oscillators above 16, although more are starting to be found with symmetric CatForce. Alternative[which?] forms of the same oscillator are combined into one, and supported reactions are also not listed. See also category "Prime-period oscillators" for oscillators that have dedicated pages.

Notes

  1. More generally, all primes of the form n-1k=0(bk), that are written as a series of 1s in base b ≥ 2, must have n as a prime. If n is not, for a number d that divides n, it can be expressed as d-1k=0(bk)*∑n/d-1k=0(bd*k) (for instance, when n=6, 111111 can be expressed as 1001*111 or 10101*11). (More generally, all primes of the form n-1k=0(xk*yn-1-k) (with coprime x,y) must have n prime, since they're otherwise equal to d-1k=0(xk*yd-1-k)*∑n/d-1k=0(xd*k*yd*(n/d-1-k)).)
  2. Note that by convention, nested exponentiation is right associative, abc means a(bc), not (ab)c, which could be equivalently written ab*c.
  3. More generally, all numbers of the form xn+yn (for coprime integers x,y ≥ 1 and n>0) are prime only if n is a power of 2, because if n is odd, xn+yn = (x+y)*∑n-1k=0(xk*(-y)n-1-k). If n is even, it can be divided by 2 and x and y can be replaced with x2 and y2 (see exponentiation by squaring). After repeating this until n is odd, n=1 is the only value such that the summation returns a trivial factor of 1 instead of a factorisation.
    The nth Fermat number, Fn, is defined as 22n+1 without the primality constraint. Since (by inductively applying the Mersenne factorisation formula) 22n-1 = ∑2n-1k=0(2k) = ∏n-1k=0(22k+1), Fn = ∏n-1k=0(Fk)+2, so for n > k, Fn ≡ 2 (mod Fk), which makes them coprime (since all Fermat numbers are odd), so the number of Fermat numbers ≤ n, ⌊log2(log2(n-1))⌋+1, is less than the number of primes ≤ n.
    All divisors of Fn are of the form k*2n+1, and for n ≥ 2, this can be further refined to k*2n+2+1.
    Fn is composite for all 5 ≤ n ≤ 32, and there are believed to be no primes after the initial five from F0 to F4.

References

  1. Prime number at Wikipedia
  2. Composite number at Wikipedia
  3. Mersenne prime at Wikipedia
  4. Fermat prime at Wikipedia
  5. Twin prime at Wikipedia
  6. 6.0 6.1 Carson Cheng (April 25, 2023). Re: Oscillator Discussion Thread (discussion thread) at the ConwayLife.com forums
  7. Nora Brown (November 13, 2022). Re: Oscillator Discussion Thread (discussion thread) at the ConwayLife.com forums
  8. Carson Cheng (August 5, 2022). Re: Oscillator Discussion Thread (discussion thread) at the ConwayLife.com forums
  9. Mitchell Riley (August 2, 2022). Re: Oscillator Discussion Thread (discussion thread) at the ConwayLife.com forums
  10. Nora Brown (April 22, 2023). Re: Oscillator Discussion Thread (discussion thread) at the ConwayLife.com forums
  11. Nora Brown (January 22, 2024). Re: Oscillator Discussion Thread (discussion thread) at the ConwayLife.com forums
  12. 12.0 12.1 Nora Brown (November 18, 2022). Re: Oscillator Discussion Thread (discussion thread) at the ConwayLife.com forums
  13. Nora Brown (April 17, 2023). Re: Oscillator Discussion Thread (discussion thread) at the ConwayLife.com forums
  14. 14.0 14.1 David Raucci (August 4, 2023). Re: Oscillator Discussion Thread (discussion thread) at the ConwayLife.com forums
  15. Anivec (April 4, 2023). Re: Oscillator Discussion Thread (discussion thread) at the ConwayLife.com forums
  16. Mitchell Riley (May 8, 2026). Re: Oscillator Discussion Thread (discussion thread) at the ConwayLife.com forums
  17. David Raucci (September 23, 2022). Re: Oscillator Discussion Thread (discussion thread) at the ConwayLife.com forums