Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in number-theory

Generate very very large random numbers

math random number-theory

Speed up calculation of partitions in Haskell

Infinite lazy lists of digits

How does addition work in Computers?

Sieve of Eratosthenes in Haskell

Algorithm to determine non-negative-values solution existance for linear diophantine equation

How to generate all multiplicative partitions of a number if I have a list of primes/exponents?

How to find Consecutive Numbers Among multiple Arrays?

Why did I get this [1, 2, 4, 8, 16, 1, 16, 8, 4, 2, 1]?

Algorithm Optimization (Prime Factorization)

Fast algorithm for sum of steps taken by the Euclidean algorithm over pairs of numbers under an upper bound

Find sum of factors

math sum number-theory factors

Why does array size have to be 3^k+1 for cycle leader iteration algorithm to work?

Extremely fast method for modular exponentiation with modulus and exponent of several million digits

How can I determine if a certain number can be made up from a set of numbers?

c# math numbers number-theory

How does this code find the number of trailing zeros from any base number factorial?

c algorithm math number-theory

Determining coefficient of x^m term in (x^2 + x + 1)^n is even or odd

What is the fastest way to check if two given numbers are coprime?

Fastest way to check if a number is a vampire number?

How does this prime number test in Java work?

java primes number-theory