Documentation

Marginis.AbdelmadjidDjamel2020

Representation of Integers: A nonclassical point of view #

BOUDAOUD ABDELMADJID BELLAOUAR DJAMEL #

In the Introduction, this paper defines functions ω and Ω which give the number of distinct prime divisors and the total number of prime factors of a number. We define these and calculate some examples.

def Ω (n : ) :
Equations
  • Ω n = n.primeFactorsList.length
Instances For
    def ω (n : ) :
    Equations
    Instances For