Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.21 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.21 KB

Visualization

This repository visualizes the multiplicative persistence. Inspired by this Numberphile video: YouYube Numberphile. Feel free to read more about the code on my blog OpenSourcES

The visualization shows the persistence graph for the numbers up to 100. Color indicates the number of steps and the connection shows the next step. You can hover over a node to see the number and the path it takes.

visual

The code used for creating the graph can be found in: persistence.jl and can be called with create_bf_list() which creates the graph.json.

Some more visualizations: This shows a histogram of the persistence of all "ascending" numbers with up to 20 digits. "ascending" means that 23 is okay but 32. For multiplicative persistence they are the same anyway.

histo ascending

The following histogram was created by reducing the search space. i.e 22 is not reasonable as 4 is smaller and they are equivalent as 2*2 = 4.

histo ascending filtered