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!)
A369207 Irregular triangle read by rows: row n lists the number of I characters for each of the strings of the MIU formal system at the n-th level of the tree generated by recursively applying the system rules, starting from the MI string. 4
1, 1, 2, 2, 2, 4, 4, 4, 4, 8, 1, 1, 8, 8, 8, 1, 1, 8, 16, 5, 5, 5, 5, 5, 5, 1, 2, 2, 16, 16, 16, 5, 5, 5, 5, 2, 2, 1, 16, 5, 5, 5, 5, 5, 5, 16, 32, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 5, 10, 2, 2, 2, 5, 10, 2, 2, 5, 10, 2, 5, 10, 2, 5, 10, 2, 2, 10, 2, 2, 2, 2, 2, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
See A368946 for the description of the MIU formal system and the triangle of corresponding strings.
REFERENCES
Douglas R. Hofstadter, Gödel, Escher, Bach: an Eternal Golden Braid, Basic Books, 1979, pp. 33-41 and pp. 261-262.
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..3670 (rows 0..7 of the triangle, flattened).
Wikipedia, MU Puzzle.
FORMULA
T(n,k) = A268643(A368946(n,k)).
T(n,k) = A369172(n,k) - A369206(n,k) - 1.
EXAMPLE
Triangle begins:
[0] 1;
[1] 1 2;
[2] 2 2 4;
[3] 4 4 4 8 1 1;
[4] 8 8 8 1 1 8 16 5 5 5 5 5 5 1 2 2;
...
MATHEMATICA
MIUStepOW3[s_] := Flatten[Map[{If[StringEndsQ[#, "1"], # <> "0", Nothing], # <> #, StringReplaceList[#, "111" -> "0"], StringReplaceList[#, "00" -> ""]}&, s]];
With[{rowmax = 5}, Map[StringCount[#, "1"]&, NestList[MIUStepOW3, {"1"}, rowmax]]]
CROSSREFS
Cf. A268643, A368946, A368947 (row lengths), A369172, A369206 (number of zeros).
Sequence in context: A287155 A287654 A355911 * A113402 A238726 A240321
KEYWORD
nonn,base,tabf
AUTHOR
Paolo Xausa, Jan 16 2024
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 15 20:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)