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!)
A264784 Run lengths of zeros in A265158. 4
1, 2, 5, 10, 1, 21, 2, 42, 1, 1, 5, 1, 85, 2, 2, 10, 2, 170, 1, 1, 1, 5, 1, 1, 5, 1, 21, 1, 1, 5, 1, 341, 2, 2, 2, 10, 2, 2, 10, 2, 42, 2, 2, 10, 2, 682, 1, 1, 1, 1, 5, 1, 1, 1, 5, 1, 1, 5, 1, 21, 1, 1, 1, 5, 1, 1, 5, 1, 21, 1, 1, 5, 1, 85, 1, 1, 1, 5, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: A000975(n) = a(A155051(n-1)).
LINKS
PROG
(Haskell)
import Data.List (group)
a264784 n = a264784_list !! (n-1)
a264784_list = map length $ filter ((== 0) . head) $ group a265158_list
CROSSREFS
Cf. A265158.
Record values and where they occur: A000975 and A155051, conjectured.
Sequence in context: A334295 A083460 A172411 * A306679 A125974 A218336
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 04 2015
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 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)