You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
424 B
Markdown

Code related to a new vertex-transitive network topology.
The m-bit network has nodes corresponding to m-digit numbers in a
[mixed base](https://en.wikipedia.org/wiki/Mixed_radix)
system using
[Sylvester's sequence](https://en.wikipedia.org/wiki/Sylvester%27s_sequence)
as the base.
Directed edges correspond to the operation of incrementing the k lowest
digits by 1 and adding their new value to the next highest digit.