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!)
A213911 Number of runs of consecutive zeros in the Zeckendorf (binary) representation of n. 5
0, 0, 1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 3, 1, 1, 2, 2, 2, 2, 2, 3, 2, 2, 3, 3, 3, 1, 1, 2, 2, 2, 2, 2, 3, 2, 2, 3, 3, 3, 2, 2, 3, 3, 3, 3, 3, 4, 1, 1, 2, 2, 2, 2, 2, 3, 2, 2, 3, 3, 3, 2, 2, 3, 3, 3, 3, 3, 4, 2, 2, 3, 3, 3, 3, 3, 4, 3, 3, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
COMMENTS
a(n) = A104324(n) - A007895(n).
LINKS
PROG
(Haskell)
import Data.List (group)
a213911 = length . filter ((== 0) . head) . group . a213676_row
CROSSREFS
Sequence in context: A026465 A051486 A218541 * A081355 A223708 A060778
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 10 2013
EXTENSIONS
a(0)=0 added by N. J. A. Sloane, Jun 30 2017
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 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)