top of page

All Posts


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
![Bertrand's Postulate + Chat GPT = FALSE proof of [n^2...(n+1)^2] always contains a prime](https://static.wixstatic.com/media/80fd94_b54443bbf21a4ca5bf7a66bcdef0a126~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/80fd94_b54443bbf21a4ca5bf7a66bcdef0a126~mv2.webp)
![Bertrand's Postulate + Chat GPT = FALSE proof of [n^2...(n+1)^2] always contains a prime](https://static.wixstatic.com/media/80fd94_b54443bbf21a4ca5bf7a66bcdef0a126~mv2.png/v1/fill/w_292,h_219,fp_0.50_0.50,q_95,enc_avif,quality_auto/80fd94_b54443bbf21a4ca5bf7a66bcdef0a126~mv2.webp)
Bertrand's Postulate + Chat GPT = FALSE proof of [n^2...(n+1)^2] always contains a prime
I have been focusing on another interesting problem (https://www.ibenedek.com/post/extension-of-the-problem-of-a-b-in-n-2-n-1-2-1-then-a-...
Istvan Benedek
Jan 13, 20241 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....
Istvan Benedek
Jan 10, 20242 min read


P. Gács and L. Lovász: Complexity of Algorithms
A Pretty good book in English (the Hungarian version is available as well). This book is a must-have read for everybody who would like to...
Istvan Benedek
Jan 6, 20241 min read


Matlab/Maple/Mathematica?
I have just installed these great applications and am trying to figure out which product would fit my needs until the end of the trial.
Istvan Benedek
Jan 4, 20241 min read


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


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


Apple Macbook pro 16" M3 max
Today, I've just started to use my new custom configuration notebook, I ordered it with 16 CPU cores/40 GPU cores/128GB DDR5/2TB SSD. I...
Istvan Benedek
Dec 27, 20231 min read


Heritage of Hungarian mathematicians
We Hungarians are extremely fortunate, this is what I think many times. We have an amazing heritage of these giant mathematicians, John...
Istvan Benedek
Dec 27, 20231 min read


The logic of Miracles, Laszlo Mero, 2014
An interesting book about our world that can be watched through a glas of Wildovia and Mildovia Laszlo Mero's "The Logic of Miracles"...
Istvan Benedek
Dec 27, 20232 min read
bottom of page