OFFSET
1,1
COMMENTS
The length of the clusters of 1's in A132199 is 3, 0, 4, 0, 10, 0, 22, 0, 1, 0, 49,.. and this sequence here are the partial sums of these lengths.
MAPLE
cd1 := 0 ;
for i from 1 do
if A132199(i) = 1 then
cd1 := cd1+1 ;
else
printf("%d, \n", cd1) ;
end if;
end do: # R. J. Mathar, Jul 04 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Jun 29 2013
STATUS
approved