OFFSET
1,2
COMMENTS
The terms are 1, 2, 5, 11, 23, 46, 93, 185, 375, ... in decimal.
The terms are the first n digits of the concatenation 10//11//101//111//1011//1101//.. generated with A004676.
MATHEMATICA
With[{cc=Flatten[Table[IntegerDigits[p, 2], {p, Prime[ Range[ 10]]}]]}, Table[ FromDigits[Take[cc, n]], {n, Length[cc]}]] (* Harvey P. Dale, Jan 26 2021 *)
CROSSREFS
KEYWORD
nonn,easy,base
AUTHOR
Juri-Stepan Gerasimov, May 24 2011
STATUS
approved