OEIS/morfix

From tehowiki
Revision as of 15:15, 19 July 2019 by imported>Gfis (Created page with "== Fixed points of morphisms == * cf. OEIS [https://oeis.org/index/Fi#FIXEDPOINTS Index entries for sequences that are fixed points of mappings] ===Mathematica=== (* A245553...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Fixed points of morphisms

Mathematica

(* A245553 A Rauzy fractal sequence: trajectory of 1 under morphism 1 -> 2,3; 2 -> 3; 3 -> 1.*) 
Nest[Function[k, {Flatten[(k /. {1 -> {2, 3}, 2 -> {3}, 3 -> {1} })] }], {1}, 15]