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!)
A045981 Describe all the previous terms!. 4
1, 11, 1121, 1121211211, 112121121121121112211221, 112121121121121112211221211211122112211221123122212211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Previous terms are described one by one in succession. Next terms are 118, 256, 564 and 1262 digits long.
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..9
Eric Weisstein's World of Mathematics, Look and Say Sequence
PROG
(Haskell)
a045981 n = a045981_list !! (n-1)
a045981_list = 1 : f 1 [] where
f x zs = y : f y zs' where
y = read (concatMap show zs')
zs' = zs ++ [a045918 x]
-- Reinhard Zumkeller, Feb 28 2014
CROSSREFS
Cf. A045918.
Sequence in context: A078568 A015095 A167118 * A090507 A177068 A358149
KEYWORD
nonn,easy,base,nice
AUTHOR
EXTENSIONS
More terms from Patrick De Geest, Jun 15 1999
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)