cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A107296 Three-symbol substitution with real Pisot characteristic polynomial: x^3-3*x^2-x-2.

Original entry on oeis.org

1, 3, 1, 1, 2, 1, 3, 1, 1, 1, 3, 1, 1, 1, 3, 1, 3, 1, 1, 2, 1, 3, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 2, 1, 3, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 2, 1, 3, 1, 1, 2, 1, 3, 1, 1, 1, 3, 1, 1, 1, 3, 1, 3, 1, 1, 2, 1, 3, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 2, 1, 3, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 2, 1, 3, 1, 1, 1, 3, 1, 1, 1, 3, 1, 3, 1
Offset: 0

Views

Author

Roger L. Bagula, May 20 2005

Keywords

Comments

Bombieri type Real Roots: {{x -> -0.860806}, {x -> 0.745898}, {x -> 3.11491}} Matrix isomer: 1->{3},{2->{2,1,2,2},3->{1,2} I found this while trying to get a substitution for the Frougny real root characteristic polynomial: x^3-3*x^2+1

Crossrefs

Programs

  • Mathematica
    s[1] = {1, 3, 1, 1}; s[2] = {1, 3}; s[3] = {2}; t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]] aa = p[4]

Formula

1->{1, 3, 1, 1}, 2->{1, 3}, 2->{2}