This Java program converts a natural number into a set-theoretic encoding using iteration. Request h...
Read MoreLogical error in finding the prime number between two numbers...
Read MoreNumber theory algorithms. Most divisors on the segment...
Read MoreKaprekar numbers: I Get ValueError: invalid literal for int() with base 10 ''...
Read MoreC++ Number theory: Fastest way to compute max(y = a_i * x+ b_i) <= k...
Read MoreHow to make the Sieve of Eratosthenes faster?...
Read MoreDifferent ways of generating the partitions of a number in order...
Read MoreWhat is the reason behind calculating GCD in Pollard rho integer factorisation?...
Read MoreGetting the GHC to accept type signature with KnownNat arithmetic...
Read MoreHow should I generate random numbers for a genetic algorithm?...
Read MoreHow to find m in c = m^e (mod n) if c, e, n are known...
Read MoreFinding 2 pentagonal numbers whose sum and difference produce pentagonal number...
Read Morehow to represent a number as a sum of 4 primes?...
Read MoreModular arithmetic and semi elgamal encryption...
Read MoreHow to compute the remainder of a very large number (string with 1 mi digits) in the division by 150...
Read MoreNeeds a proof in a part of prime factorisation...
Read MoreHow to define matching axis notches from existing "step list"...
Read MoreSpeed up calculation of partitions in Haskell...
Read MoreMiller-Rabin Primality test in Java...
Read MoreAcm problem on Euler's Totient function (Homework)...
Read MoreJava BigInteger , number theory , modular arithmetic...
Read MoreMaximum "divide" operations on an array...
Read MoreFind smallest integer in array which is a divisor of all previous integers...
Read MoreAlgorithm Optimization (Prime Factorization)...
Read MoreCan a given number be written as a sum of two or more consecutive positive integers?...
Read MoreExplanation of the following algorithm to find nCr modulo P...
Read MoreRepresent natural number as sum of distinct squares...
Read More