The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
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*,... 2
1, 111, 311, 13211, 111312211, 31131122211, 1321132132211, 111312211312111322211, 3113112221131112311332211, 13211321322113311213212322211, 1113122113121113222123211211131211121332211, 3113112221131112311332111213122112311311123112112322211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The interest of this is that if A_{n} is the n-th term of this sequence then A_{n} is a truncate of A_{n+3}. Thus the sequence gives rise to a triple A,B,C of infinite sequences of 1,2,3 such that B describes A, C describes B and A describes C.
This sequence serves as the initial portion of A001155, A001140, A001141, A001143, A001145, A001151, and A001154, as it is those sequences with the 'seed value' removed. - James E Davis, Apr 28 2016
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..22
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
EXAMPLE
The term after 311 is one-three, two-one, one: i.e. 13211. - James E Davis, Apr 28 2016
MATHEMATICA
NestList[FromDigits@ Append[Flatten@ Map[{Length@ #, First@ #} &, Split@ IntegerDigits@ #], 1] &, 1, 10] (* Michael De Vlieger, Apr 28 2016 *)
CROSSREFS
Sequence in context: A029486 A097650 A271312 * A349951 A244857 A225329
KEYWORD
nonn,base
AUTHOR
Louis Hirsch Kauffman (kauffman(AT)uic.edu), Dec 18 2009
EXTENSIONS
More terms from James E Davis, Apr 28 2016
STATUS
approved

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 May 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)