A171773 This sequence is a relative of the audioactive sequences. We generate it by starting with a symbol * and describe sequentially: *, 1*, 111*, 311*, 13211*,...
1, 111, 311, 13211, 111312211, 31131122211, 1321132132211, 111312211312111322211, 3113112221131112311332211, 13211321322113311213212322211, 1113122113121113222123211211131211121332211, 3113112221131112311332111213122112311311123112112322211
Offset: 1
Examples
The term after 311 is one-three, two-one, one: i.e. 13211. - _James E Davis_, Apr 28 2016
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..22
Programs
-
Mathematica
NestList[FromDigits@ Append[Flatten@ Map[{Length@ #, First@ #} &, Split@ IntegerDigits@ #], 1] &, 1, 10] (* Michael De Vlieger, Apr 28 2016 *)
Formula
Each term can be found by doing a look-and-say on the previous term and appending a 1. - James E Davis, Apr 28 2016
Extensions
More terms from James E Davis, Apr 28 2016
Comments