top of page
GitHub Repository
Istvan Benedek
Jan 242 min read
Extension of the problem a*b is unique for a,b in [n^2... (n+1)^2-1]
I have recently found this mathematical statement of Pál Erdős: If we take two arbitrary numbers, a and b, from the range of [n^2 ......
37 views0 comments
Istvan Benedek
Jan 131 min read
Number pyramid
Here is the code for building up a number pyramid where the line goes from n^2+1 up to (n+1)^2 and the output looks like this (primes are...
23 views0 comments
Istvan Benedek
Jan 101 min read
Divisible by 7
I've just bumped into an interesting method to figure out if p is congruent to 0 modulo 7. So let's take a 3-digit number 378, e.g....
27 views0 comments
bottom of page