a(n) = sum of the 2^(n-1) even positive integers having bit length 2*n and in which, when written in binary, each run of 0's is of exactly the same length as the run of 1's immediately before it.

A386705

a(n) = sum of the 2^(n-1) even positive integers having bit length 2*n and in which, when written in binary, each run of 0's is of exactly the same length as the run of 1's immediately before it.

Terms

    a(0) =2a(1) =22a(2) =192a(3) =1576a(4) =12704a(5) =101856a(6) =815360a(7) =6524032a(8) =52194816a(9) =417564160a(10) =3340525568a(11) =26724231168a(12) =213793906688

External references