Programming and Plotting Graphs From the Numberphile Amazing Graphs Series
On August 2019, the Numberphile YouTube channel posted a series of three videos in which the mathematician Neil J. A. Sloane presents amazing graphs generated by particular mathematical sequences. I wanted to reproduce these graphs myself and I present the result in this article.
Amazing Graphs trilogy :
- Amazing Graphs - Numberphile
- Amazing Graphs II (including Star Wars) - Numberphile
- Amazing Graphs III - Numberphile
Neil J. A. Sloane is known for having founded the OEIS, a book and then a website on which hundreds of thousands of mathematical sequences are referenced. I strongly encourage you to visit the OEIS website.
To run this code, you will need the Matplotlib library. Matplotlib is a complete library for creating static, animated and interactive visualizations in Python.
You will find all the information necessary for its installation on the following page : https://matplotlib.org/users/installing.html
OEIS page : https://oeis.org/A002487.
Amazing Graphs III - Numberphile : https://youtu.be/j0o-pMIR8uk.
OEIS page : https://oeis.org/A005185.
Amazing Graphs III - Numberphile : https://youtu.be/j0o-pMIR8uk?t=116.
-
A006577 - Number of Steps for N to Reach 1 in '3n+1' Problem (Bonus)
❕ This graph is not presented in Numberphile's trilogy but I still want to share it with you
Scatterplot of
$\mathrm{A}006577(n)$ Links
OEIS page : https://oeis.org/A006577.
UNCRACKABLE? The Collatz Conjecture - Numberphile : https://youtu.be/5mFpVDpKX70. -
A063543 - Wisteria
OEIS page : https://oeis.org/A063543.
Amazing Graphs II (including Star Wars) - Numberphile : https://youtu.be/o8c4uYnnNnc?t=110.
-
A117966 - Balanced Ternary
Scatterplot of
$\mathrm{A}117966(n)$ Links
OEIS page : https://oeis.org/A117966.
Amazing Graphs II (including Star Wars) - Numberphile : https://youtu.be/o8c4uYnnNnc?. -
A133058 - Fly straight, dammit !
OEIS page : https://oeis.org/A133058.
Amazing Graphs - Numberphile : https://youtu.be/pAMgUB51XZA?t=96.
-
A229037 - Forest Fire
Scatterplot of
$\mathrm{A}229037(n)$ Links
OEIS page : https://oeis.org/A229037.
Amazing Graphs II (including Star Wars) - Numberphile : https://youtu.be/o8c4uYnnNnc?t=217. -
A265326 - Primes
OEIS page : https://oeis.org/A265326.
Amazing Graphs - Numberphile : https://youtu.be/pAMgUB51XZA?t=469.
-
A279125 - Rémy Sigrist
Scatterplot of
$\mathrm{A}279125(n)$ Links
OEIS page : https://oeis.org/A279125.
Amazing Graphs III - Numberphile : https://youtu.be/j0o-pMIR8uk?t=369.
Distributed under the MIT License. See LICENSE
for more information.