Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #9 Apr 03 2023 10:36:10
%S 1,3,6,13,27,55,110,220,440,881,1762,3524,7048,14097,28195,56390,
%T 112781,225562,451125,902250,1804500,3609000,7218000,14436001,
%U 28872002,57744005,115488011,230976023,461952047,923904094,1847808189
%N A065829 converted to base 10.
%H G. L. Honaker, Jr. and C. K. Caldwell, <a href="https://t5k.org/curios/page.php?short=881">Prime Curios! 881</a>
%t FromDigits[IntegerDigits[#],2]&/@(FromDigits/@Module[{bd=DeleteCases[ RealDigits[ Pi,10,200][[1]],_?(#>1&)]},Table[Take[bd,n],{n,Length[bd]}]]) (* _Harvey P. Dale_, Jul 02 2022 *)
%Y Cf. A065828 up to A065840, A000796, A011545, A011546, A055143.
%K nonn,base
%O 1,2
%A _Patrick De Geest_, Nov 24 2001