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!)
A045982 Describe all the previous terms!. 5
1, 11, 31, 311311, 31131113211321, 3113111321132113211331131221131211, 31131113211321132113311312211312111321133113122113122113122123211311222113111221 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Previous terms are concatenated into one large integer.
Next terms are 184, 420, 958 and 2194 digits long.
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..10
Eric Weisstein's World of Mathematics, Look and Say Sequence.
PROG
(Haskell)
a045982 n = a045982_list !! (n-1)
a045982_list = 1 : f [1] where
f xs = y : f (xs ++ [y]) where
y = a045918 $ read (concatMap show xs)
-- Reinhard Zumkeller, Feb 28 2014
CROSSREFS
Cf. A045918.
Sequence in context: A228530 A177360 A060857 * A059134 A215727 A007790
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 15:11 EDT 2024. Contains 371914 sequences. (Running on oeis4.)