Schlagwort: Sequence

  • Prime numbers: Using other number systems

    Basicaly our normal number system persists on a very basic sequence: F(n) = F(n-1) + 1 with a fix basis (Binary, Decimal, Hexadecimal) But it came to my mind that basicaly prime numbers does not match that criteria very well to identify the nature behind them. As many had tried a sequence in that number system can’t…