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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096365 Maximum number of iterations of the RUNS transform needed to reduce any binary sequence of length n to a sequence of length 1. 0
0, 2, 3, 4, 5, 5, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

The RUNS transform maps a finite word (or sequence) x to the (finite) sequence y whose i-th term is the length of the i-th subsequence of consecutive identical terms of x. (Example: RUNS{1,2,2,2,1,1,3,3,1}={1,3,2,2,1})

EXAMPLE

The following example shows that a(21)>=9:

x={100110100100110110100}

RUNS(x)={12211212212112}

RUNS^2(x)={1221121121}

RUNS^3(x)={1221211}

RUNS^4(x)={12112}

RUNS^5(x)={1121}

RUNS^6(x)={211}

RUNS^7(x)={12}

RUNS^8(x)={11}

RUNS^9(x)={2}

Since calculation shows that no other binary sequence of length 21 requires more than 9 iterations of RUNS to reduce it to a single term, we have a(21)=9.

CROSSREFS

Sequence in context: A133344 A091334 A025280 * A200311 A007600 A195872

Adjacent sequences:  A096362 A096363 A096364 * A096366 A096367 A096368

KEYWORD

nonn

AUTHOR

John W. Layman (layman(AT)math.vt.edu), Jul 01 2004

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 17 21:13 EST 2012. Contains 206085 sequences.