login
Length of segments delimited by the letter "u" when the sequence is spelled out in French.
0

%I #11 Sep 23 2018 22:47:56

%S 1,6,8,5,8,9,3,8,5,9,8,5,8,9,3,9,3,8,9,3,8,5,9,8,5,9,8,5,8,5,9,8,5,8,

%T 9,3,9,3,8,9,3,9,3,8,9,3,8,9,3,9,3,8,9,3,8,5,9,8,5,9,8,5,8,5,9,8,5,9,

%U 8,5,8,5,9,8,5,8,5,9,8,5,9,8,5,8,5,9,8,5,8,9,3,9,3,8,9,3,9,3,8,9

%N Length of segments delimited by the letter "u" when the sequence is spelled out in French.

%C Translate the sequence S to French, to get French(S) = UN, SIX, HUIT, CINQ, HUIT, NEUF, TROIS, HUIT, CINQ, NEUF, HUIT, CINQ, HUIT, NEUF, TROIS, NEUF, TROIS, HUIT, NEUF, TROIS, HUIT, CINQ, NEUF, ...

%C Then insert a stroke immediately after each letter "U" of S: U|N, SIX, HU|IT, CINQ, HU|IT, NEU|F, TROIS, HU|IT, CINQ, NEU|F, HU|IT, CINQ, HU|IT, NEU|F, TROIS, NEU|F, TROIS, HU|IT, NEU|F, TROIS, HU|IT, CINQ, NEU|F, ..."

%C Now the length of each chunk is given by the sequence S itself. In case of several possible choices compatible with this property, we require the smallest one to be chosen.

%C After the 2nd term, the only integers used are 3, 5, 8 and 9 in a seemingly chaotic order.

%C The author does not know if the sequence enters into a loop at some point. The shortest such known loop in French is [4,3,8] for segments delimited by the letter "T": QUAT|RE, T|ROIS, HUIT|, QUAT|RE, T|ROIS, HUIT|, QUAT|RE, T|ROIS, HUIT|, ...

%Y Cf. A230763 for an English sequence with segments delimited by the letter "e" and A243992 for a base-10 sequence with segments delimited by the digit "1".

%K nonn,word

%O 1,2

%A _Eric Angelini_, Sep 08 2018