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!)
A251548 Lengths of runs of identical terms in A251546. 2
1, 2, 6, 6, 15, 2, 6, 2, 7, 8, 13, 2, 2, 7, 2, 13, 2, 5, 2, 6, 5, 2, 11, 5, 2, 8, 2, 2, 2, 5, 5, 2, 15, 2, 2, 2, 4, 2, 2, 2, 13, 2, 2, 2, 5, 7, 2, 4, 2, 8, 2, 2, 2, 3, 4, 8, 2, 2, 2, 2, 2, 14, 2, 2, 2, 2, 10, 2, 2, 2, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (group)
a251548 n = a251548_list !! (n-1)
a251548_list = map length $ group $ map a251546 [1..]
-- Reinhard Zumkeller, Dec 19 2014
CROSSREFS
Sequence in context: A321302 A294735 A367072 * A316785 A056136 A349288
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 18 2014
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 August 23 03:25 EDT 2024. Contains 375375 sequences. (Running on oeis4.)