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

%I #14 Dec 19 2014 14:24:35

%S 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,

%T 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,

%U 2,10,2,2,2,2

%N Lengths of runs of identical terms in A251546.

%H Chai Wah Wu, <a href="/A251548/b251548.txt">Table of n, a(n) for n = 1..10000</a>

%o (Haskell)

%o import Data.List (group)

%o a251548 n = a251548_list !! (n-1)

%o a251548_list = map length $ group $ map a251546 [1..]

%o -- _Reinhard Zumkeller_, Dec 19 2014

%Y Cf. A098550, A247253, A251416, A251417, A251546-A251552.

%K nonn

%O 1,2

%A _N. J. A. Sloane_, Dec 18 2014

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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)