OurBigBook About$ Donate
 Sign in+ Sign up
by Ciro Santilli (@cirosantilli, 37)

Twin prime conjecture

 ... Area of mathematics Number theory Prime number Type of prime number Prime k-tuple Twin prime
 0 By others on same topic  0 Discussions  Updated 2025-05-21  +Created 1970-01-01  See my version
Tags: Famous conjecture, Prime k-tuple conjecture
Let's show them how it's done with primes + awk. Edit. They have a -d option which also shows gaps!!! Too strong:
sudo apt install bsdgames
primes -d 1 100 | awk '/\(2\)/{print $1 - 2, $1 }'
gives us the list of all twin primes up to 100:
0 2
3 5
5 7
11 13
17 19
29 31
41 43
59 61
71 73
Tested on Ubuntu 22.10.

 Ancestors (8)

  1. Twin prime
  2. Prime k-tuple
  3. Type of prime number
  4. Prime number
  5. Number theory
  6. Area of mathematics
  7. Mathematics
  8.  Home

 Incoming links (3)

  • Prime k-tuple conjecture
  • The beauty of mathematics
  • Yitang Zhang's theorem

 View article source

 Discussion (0)

+ New discussion

There are no discussions about this article yet.

 Articles by others on the same topic (0)

There are currently no matching articles.
  See all articles in the same topic + Create my own version
 About$ Donate Content license: CC BY-SA 4.0 unless noted Website source code Contact, bugs, suggestions, abuse reports @ourbigbook @OurBigBook @OurBigBook