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!)
A001388 Describe the previous term (in base 3)!. 4
1, 11, 21, 1211, 111221, 1012211, 1110112221, 101102110211, 111021101221101221, 1011012211011222110112211, 1110211011222110211022110212221, 10110122110211022110122110222110121110211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Greg Dresden and Jacob Siehler, Look, There's More to Say about Conway's Look and Say sequence, arXiv:2405.11103 [math.CO], 2024.
EXAMPLE
To get the 6th term, for example, note that the 5th term has three (10 in ternary!) 1's, two (2) 2's and one (1) 1, giving 10 1 2 2 1 1.
MATHEMATICA
a[1] := 1; a[n_] := a[n] = FromDigits[Flatten[{IntegerDigits[Length[#], 3], First[#]}& /@ Split[IntegerDigits[a[n-1]]]]]; Map[a, Range[25]] (* Peter J. C. Moses, Mar 24 2013 *)
CROSSREFS
Cf. A005150.
Sequence in context: A007890 A063850 A005150 * A305660 A110393 A202627
KEYWORD
nonn,base,easy
AUTHOR
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 July 12 17:07 EDT 2024. Contains 374251 sequences. (Running on oeis4.)