A255745 a(1) = 1; for n > 1, a(n) = 11*10^{A000120(n-1)-1}.
1, 11, 11, 110, 11, 110, 110, 1100, 11, 110, 110, 1100, 110, 1100, 1100, 11000, 11, 110, 110, 1100, 110, 1100, 1100, 11000, 110, 1100, 1100, 11000, 1100, 11000, 11000, 110000, 11, 110, 110, 1100, 110, 1100, 1100, 11000, 110, 1100, 1100, 11000, 1100, 11000, 11000
Offset: 1
Keywords
Examples
Also, written as an irregular triangle in which the row lengths are the terms of A011782, the sequence begins: 1; 11; 11, 110; 11, 110, 110, 1100; 11, 110, 110, 1100, 110, 1100, 1100, 11000; ...
Crossrefs
Programs
-
PARI
a(n) = if (n==1, 1, 11*10^(hammingweight(n-1)-1)); \\ Michel Marcus, Mar 13 2015
Extensions
More terms from Michel Marcus, Mar 13 2015
Comments