login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105102 A bi-Minimal Pisot substitution. 0
1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 5, 4, 1, 2, 2, 3, 2, 3, 3, 5, 4, 2, 3, 3, 5, 4, 3, 5, 4, 5, 4, 6, 5, 1, 2, 2, 3, 2, 3, 3, 5, 4, 2, 3, 3, 5, 4, 3, 5, 4, 5, 4, 6, 5, 2, 3, 3, 5, 4, 3, 5, 4, 5, 4, 6, 5, 3, 5, 4, 5, 4, 6, 5, 5, 4, 6, 5, 6, 5, 2, 1, 6, 1, 2, 2, 3, 2, 3, 3, 5, 4, 2, 3, 3, 5, 4, 3, 5, 4, 5, 4 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

1-> 2 2->3 3->{5, 4} 4->5 5->6 6->{2, 1}

MATHEMATICA

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

CROSSREFS

Cf. A073058.

Sequence in context: A000120 A105062 A106487 * A105105 A178677 A054717

Adjacent sequences:  A105099 A105100 A105101 * A105103 A105104 A105105

KEYWORD

nonn,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Apr 07 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 11:25 EST 2012. Contains 205777 sequences.