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!)
A107790 Ones order in the tribonacci substitution of three symbols. 0
3, 7, 12, 15, 20, 24, 29, 33, 38, 41, 46, 50, 55, 60, 64, 69, 72, 77, 81, 86, 89, 94, 98, 103, 108, 112, 117, 120, 125, 129, 134, 138, 143, 146, 151, 155, 160, 165, 169, 174, 177, 182, 186, 191, 195, 200, 203, 208, 212, 217, 222, 226, 231, 234, 239, 243, 248, 251 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
1->(2), 2->{3}, 3->{1, 2, 3}, a(n) = order of appearance of ones in the substitution
MATHEMATICA
s[1] = {2}; s[2] = {3};; s[3] = {1, 2, 3}; t[a_] := Flatten[s /@ a]; p[0] = {1}; p[1] = t[p[0]]; p[n_] := t[p[n - 1]] pp = p[13] a = Flatten[Table[If[pp[[j]] == 1, j, {}], {j, 1, Length[pp]}]]
CROSSREFS
Sequence in context: A310233 A189458 A189361 * A310234 A310235 A310236
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Jun 11 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 April 24 06:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)