login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107333 Real root cubic substitution with characteristic polynomial:x^3-2*x^2-3*x+2. 0
1, 3, 3, 1, 1, 2, 1, 2, 1, 3, 3, 1, 1, 3, 3, 1, 3, 1, 3, 3, 1, 3, 1, 3, 3, 1, 1, 2, 1, 2, 1, 3, 3, 1, 1, 3, 3, 1, 1, 2, 1, 2, 1, 3, 3, 1, 1, 2, 1, 3, 3, 1, 1, 2, 1, 2, 1, 3, 3, 1, 1, 2, 1, 3, 3, 1, 1, 2, 1, 2, 1, 3, 3, 1, 1, 3, 3, 1, 3, 1, 3, 3, 1, 3, 1, 3, 3, 1, 1, 2, 1, 2, 1, 3, 3, 1, 1, 3, 3, 1, 1, 2, 1, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Complex inverse of this polynomial is a real root Pisot
LINKS
FORMULA
1->{1, 3, 3, 1}, 2->{3}, 3->{1.2}
MATHEMATICA
s[1] = {1, 3, 3, 1}; s[2] = {3}; s[3] = {1, 2}; t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]] aa = p[5]
CROSSREFS
Sequence in context: A135910 A255916 A367825 * A161642 A152141 A098505
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, May 22 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 3 22:16 EDT 2024. Contains 372225 sequences. (Running on oeis4.)