top of page
GitHub Repository
![Extension of the problem a*b is unique for a,b in [n^2... (n+1)^2-1]](https://static.wixstatic.com/media/80fd94_19c8f44555264a4e995a65512a546ec0~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/80fd94_19c8f44555264a4e995a65512a546ec0~mv2.webp)
![Extension of the problem a*b is unique for a,b in [n^2... (n+1)^2-1]](https://static.wixstatic.com/media/80fd94_19c8f44555264a4e995a65512a546ec0~mv2.png/v1/fill/w_452,h_339,fp_0.50_0.50,q_95,enc_avif,quality_auto/80fd94_19c8f44555264a4e995a65512a546ec0~mv2.webp)
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 ......
Istvan Benedek
Jan 24, 20242 min read
39 views
0 comments


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...
Istvan Benedek
Jan 13, 20241 min read
24 views
0 comments


Animation of Mandelbrot Fractals
import matplotlib.pyplot as plt import numpy as np import math import matplotlib.animation as animation from random import randint ...
Istvan Benedek
Dec 29, 20231 min read
9 views
0 comments


Mandelbrot fractals in python
Here, you can see the visualization of a Mandelbrot fractal with exponent 4. import matplotlib.pyplot as plt import numpy as np import...
Istvan Benedek
Dec 28, 20231 min read
14 views
0 comments
bottom of page