Author Topic: Prime numbers  (Read 8835 times)

Krice

  • (Banned)
  • Rogueliker
  • ***
  • Posts: 2316
  • Karma: +0/-2
    • View Profile
    • Email
Prime numbers
« on: May 29, 2017, 12:32:56 PM »
I think working on prime numbers is a nice hobby. I haven't read a lot about them (I'm not good at math), all I know they seem to be somewhat "random", although I don't believe they are. The way composite numbers are made up appears to be two types: divisible by two or made from a number of >2 primes in a certain way (some kind of prime sequence itself) where I think there is some kind of logic in that, but I don't yet know what.

Did I start a topic about this already? Can't remember..

sokol815

  • Rogueliker
  • ***
  • Posts: 85
  • Karma: +0/-0
  • Web Developer by Day, still Web Developer by night
    • View Profile
    • Email
Re: Prime numbers
« Reply #1 on: June 02, 2017, 09:10:04 PM »
If you're interested in learning more about prime numbers, https://projecteuler.net/problem=3 is a great place to start. A lot of the problems on Project Euler deal with prime numbers.

elkeweiss

  • Guest
Re: Prime numbers
« Reply #2 on: December 27, 2017, 07:27:49 AM »
Are you referring to prime numbers or composite?

Avagart

  • 7DRL Reviewer
  • Rogueliker
  • *
  • Posts: 567
  • Karma: +0/-0
    • View Profile
Re: Prime numbers
« Reply #3 on: January 25, 2018, 09:54:38 PM »
Krice, your topic is bot magnet, it seems ;)

Krice

  • (Banned)
  • Rogueliker
  • ***
  • Posts: 2316
  • Karma: +0/-2
    • View Profile
    • Email
Re: Prime numbers
« Reply #4 on: January 27, 2018, 12:51:54 PM »
AI wants to know the secret of prime numbers as well. It would be interesting to try to solve them by using AI, I guess? I think the key is in composite numbers and primes are actually the "boring" ones, a kind of completion of a cycle.