The maximum length of a string of identical characters which can be reduced to one character in "n" nested substitution operations, e.g. replace(string, substring, character) such that all shorter strings will also reduce to one character.
A159860
The maximum length of a string of identical characters which can be reduced to one character in "n" nested substitution operations, e.g. replace(string, substring, character) such that all shorter strings will also reduce to one character.
Terms
- a(0) =2a(1) =4a(2) =10a(3) =40a(4) =460a(5) =53590a(6) =718052410
External references
- oeis: A159860