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!)
A323477 Successive generations of A306211, in compressed notation. 4

%I #18 Feb 24 2021 16:00:16

%S 1,11,112,11221,11221221,1122122122121,1122122122121221212111,

%T 1122122122121221212111221212111211113,

%U 1122122122121221212111221212111211113221212111211113211113141

%N Successive generations of A306211, in compressed notation.

%C "Compressed" means the separating commas have been omitted. This will only work as long as the terms of A306211 are at most 9. However, we know from Chaffin's work (see A306211) that this is true at least for the first 10228800161220 terms of A306211.

%t s[n_] := If[n == 1, {1}, s[n] = Join[s[n-1], Length /@ Split[s[n-1]]]];

%t a[n_] := FromDigits[s[n]];

%t Array[a, 9] (* _Jean-François Alcover_, Feb 24 2021 *)

%Y Cf. A306211, A306215 (lengths), A323478 (increments).

%K nonn,base

%O 1,2

%A _N. J. A. Sloane_, Jan 31 2019

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 April 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)