- 
    Functions
    
- BellB
 - BernoulliB
 - Binomial
 - BitAnd
 - BitLength
 - BitOr
 - BitSet
 - BitShiftLeft
 - BitXor
 - CatalanNumber
 - CompositeQ
 - CoprimeQ
 - DigitCount
 - Divisible
 - Divisors
 - EulerE
 - EvenQ
 - Factorial
 - FactorInteger
 - FareySequence
 - Fibonacci
 - FindSequenceFunction
 - FrobeniusNumber
 - FrobeniusSolve
 - FromDigits
 - GCD
 - HarmonicNumber
 - IntegerDigits
 - IntegerExponent
 - IntegerLength
 - IntegerPartitions
 - IntegerReverse
 - LCM
 - LucasL
 - MatrixExp
 - Mod
 - ModularInverse
 - Multinomial
 - NumberDecompose
 - NumberDigit
 - OddQ
 - PartitionsP
 - PolygonalNumber
 - PowerMod
 - PrimeQ
 - Quotient
 - QuotientRemainder
 - RSolve
 - RudinShapiro
 - StirlingS1
 - Sum
 - ThueMorse
 
 - Related Guides
 - Tech Notes
 - 
    
    
- 
      Functions
      
- BellB
 - BernoulliB
 - Binomial
 - BitAnd
 - BitLength
 - BitOr
 - BitSet
 - BitShiftLeft
 - BitXor
 - CatalanNumber
 - CompositeQ
 - CoprimeQ
 - DigitCount
 - Divisible
 - Divisors
 - EulerE
 - EvenQ
 - Factorial
 - FactorInteger
 - FareySequence
 - Fibonacci
 - FindSequenceFunction
 - FrobeniusNumber
 - FrobeniusSolve
 - FromDigits
 - GCD
 - HarmonicNumber
 - IntegerDigits
 - IntegerExponent
 - IntegerLength
 - IntegerPartitions
 - IntegerReverse
 - LCM
 - LucasL
 - MatrixExp
 - Mod
 - ModularInverse
 - Multinomial
 - NumberDecompose
 - NumberDigit
 - OddQ
 - PartitionsP
 - PolygonalNumber
 - PowerMod
 - PrimeQ
 - Quotient
 - QuotientRemainder
 - RSolve
 - RudinShapiro
 - StirlingS1
 - Sum
 - ThueMorse
 
 - Related Guides
 - Tech Notes
 
 - 
      Functions
      
 
Integer Functions
The Wolfram Language contains hundreds of original algorithms for computing integer functions involving integers of any size.
Division-Related Functions
Mod ▪ PowerMod ▪ Quotient ▪ QuotientRemainder ▪ GCD ▪ LCM ▪ Divisible ▪ CoprimeQ ▪ EvenQ ▪ OddQ ▪ PrimeQ ▪ CompositeQ ▪ ModularInverse
Combinatorial Functions »
Factorial (!) ▪ Binomial ▪ Multinomial ▪ CatalanNumber ▪ StirlingS1 ▪ PartitionsP ▪ BellB ▪ FrobeniusNumber ▪ PolygonalNumber ▪ ...
Recurrence and Sum Functions »
Fibonacci ▪ LucasL ▪ HarmonicNumber ▪ BernoulliB ▪ EulerE ▪ MatrixExp ▪ ...
Integer Decompositions
FactorInteger ▪ Divisors ▪ IntegerPartitions ▪ IntegerDigits ▪ FrobeniusSolve ▪ NumberDecompose ▪ FareySequence
Digit-Related Functions »
IntegerDigits ▪ FromDigits ▪ IntegerLength ▪ NumberDigit ▪ DigitCount ▪ IntegerExponent ▪ IntegerReverse ▪ ...
Bitwise Functions »
BitAnd ▪ BitOr ▪ BitXor ▪ BitLength ▪ BitShiftLeft ▪ BitSet ▪ ...
Digit-Based Substitution System Functions
RSolve — solve integer recurrences
Sum — find sums of integer functions
FindSequenceFunction — find functional forms from sequences