login

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”).

Number of split numbers (A036382) with binary order (A029837) n, i.e., those in interval [ 2^(n-1), 2^n ].
1

%I #11 Oct 29 2020 21:59:10

%S 0,0,1,3,8,18,39,81,167,342,702,1423,2902,5871,11888,24027,48519,

%T 97900,197375,397713,800877,1612007,3243196,6522366,13112877,26354391,

%U 52951859,106364992,213608176,428885665,860959606

%N Number of split numbers (A036382) with binary order (A029837) n, i.e., those in interval [ 2^(n-1), 2^n ].

%e Out of the 128 numbers with the binary order 8, there are 81 split numbers (odd + even); so a(7)=81.

%Y Cf. A029827, A029837, A036378-A036390.

%K nonn,more

%O 1,4

%A _Labos Elemer_

%E a(20)-a(31) from _Sean A. Irvine_, Oct 29 2020