The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A107604 Order of appearance of twos in the Fibonacci substitution :triangular in form. 0
2, 2, 2, 2, 5, 2, 5, 2, 5, 7, 2, 5, 7, 2, 5, 7, 2, 5, 7, 10, 2, 5, 7, 10, 2, 5, 7, 10, 2, 5, 7, 10, 13, 2, 5, 7, 10, 13, 2, 5, 7, 10, 13, 15, 2, 5, 7, 10, 13, 15, 2, 5, 7, 10, 13, 15, 2, 5, 7, 10, 13, 15, 18, 2, 5, 7, 10, 13, 15, 18, 2, 5, 7, 10, 13, 15, 18, 20 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Fibonacci substitutions contain thrre types of informstion: 1) length 2) count of ones and twos 3) order of appearance of ones and twos
LINKS
FORMULA
1->{1, 2}, 2->{1}
EXAMPLE
{}
2,
2,
2,
2,5,
2,5,
2,5,7,
2,5,7,
2,5,7,
2,5,7,10,
2,5,7,10,
2,5,7,10,
2,5,7,10,13
MATHEMATICA
s[1] = {1, 2}; s[2] = {1};; t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]] a = Table[Flatten[Table[If[p[i][[j]] == 2, j, {}], {j, 1, i}]], {i, 1, 20}]
CROSSREFS
Cf. A000045.
Sequence in context: A154097 A221491 A224254 * A080647 A324516 A181058
KEYWORD
nonn,uned,tabl
AUTHOR
Roger L. Bagula, Jun 09 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 June 12 12:44 EDT 2024. Contains 373331 sequences. (Running on oeis4.)