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!)
A253444 Lengths of runs of identical terms in A253443. 4

%I #7 Jan 23 2022 13:52:03

%S 2,4,14,17,27,1,21,62,34,86,86,47,186,94,53,212,226,148,251,696,1484,

%T 630,1870,563,813,188,1222,154,960,6654,1980,8872

%N Lengths of runs of identical terms in A253443.

%C A253584(n) occurs exactly a(n) times in A253443.

%o (Haskell)

%o import Data.List (group)

%o a253444 n = a253444_list !! (n-1)

%o a253444_list = map length $ group a253443_list

%Y Cf. A253443, A253584, A109890.

%K nonn,more

%O 1,1

%A _Reinhard Zumkeller_, Jan 01 2015

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 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)