A283325 Lengths of runs of successive zeros in A283683.
Keywords
Links
- Ivan Neretin, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Take[Length /@ Most@Split@ Nest[Flatten@ Table[#[[n - i]], {n, Length[#] + 1}, {i, n - 1}] &, {0, 1}, 4], {1, -1, 2}] (* Ivan Neretin, Mar 17 2017 *)
Comments