OFFSET
1,2
COMMENTS
Start with an initial string of n numbers s(1), ..., s(n), all = 2 or 3. The rule for extending the string is this:
To get s(i+1), write the string s(1)s(2)...s(i) as xy^k for words x and y (where y has positive length) and k is maximized, i.e. k = the maximal number of repeating blocks at the end of the sequence so far (k is the "curling number" of the string). Then set s(i+1) = k if k >=2, but if k=1 you must stop (without writing down the 1).
The "Curling Number Conjecture" is that if one starts with any finite string and repeatedly extends it by appending the curling number k, then eventually one must reach a 1. This has not yet been proved.
The values shown for n >= 49 are only conjectures, because certain assumptions used to cut down the search have not yet been rigorously justified. However, we believe that ALL terms shown are correct. - N. J. A. Sloane, Sep 17 2012
LINKS
F. J. van de Bult, D. C. Gijswijt, J. P. Linderman, N. J. A. Sloane and Allan Wilks, A Slow-Growing Sequence Defined by an Unusual Recurrence, J. Integer Sequences, Vol. 10 (2007), #07.1.2.
F. J. van de Bult, D. C. Gijswijt, J. P. Linderman, N. J. A. Sloane and Allan Wilks, A Slow-Growing Sequence Defined by an Unusual Recurrence [pdf, ps].
B. Chaffin, J. P. Linderman, N. J. A. Sloane and Allan Wilks, On Curling Numbers of Integer Sequences, arXiv:1212.6102 [math.CO], Dec 25 2012.
B. Chaffin, J. P. Linderman, N. J. A. Sloane and Allan Wilks, On Curling Numbers of Integer Sequences, Journal of Integer Sequences, Vol. 16 (2013), Article 13.4.3.
Benjamin Chaffin and N. J. A. Sloane, The Curling Number Conjecture, preprint.
EXAMPLE
a(3) = 5, using the starting string 3,2,2, which extends to 3,2,2,2,3, of length 5.
a(4) = 8, using the starting string 2,3,2,3, which extends to 2,3,2,3,2,2,2,3 of length 8.
a(8) = 66: start = 23222323, end = 232223232223222322322232223232223222322322232223232223222322322332.
a(22) = 142: start = 2322322323222323223223: see A116909 for trajectory.
CROSSREFS
KEYWORD
nonn,nice,hard
AUTHOR
N. J. A. Sloane, May 31 2004. Revised by N. J. A. Sloane, Sep 17 2012
EXTENSIONS
a(27)-a(30) from Allan Wilks, Jul 29 2004
a(31)-a(36) from Benjamin Chaffin, Apr 09 2008
a(37)-a(44) (computed in 2008) from Benjamin Chaffin, Dec 04 2009
a(45)-a(48) from Benjamin Chaffin, Dec 18 2009
a(49)-a(50) from Benjamin Chaffin, Dec 26 2009
a(51)-a(52) from Benjamin Chaffin, Jan 10 2010
a(53)-a(80) from Benjamin Chaffin, Jan 10 2012
STATUS
approved