login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A261442 Number of binary strings of length n+6 such that the smallest number whose binary representation is not visible in the string is 6. 2

%I #6 Aug 20 2015 15:38:40

%S 0,2,6,15,32,64,120,218,385,668,1142,1933,3245,5415,8992,14876,24534,

%T 40362,66263,108597,177714,290454,474195,773433,1260447,2052608,

%U 3340437,5433105,8832176,14351131,23309037,37844339,61423189,99662849,161665292,262176955

%N Number of binary strings of length n+6 such that the smallest number whose binary representation is not visible in the string is 6.

%H Alois P. Heinz, <a href="/A261442/b261442.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (4,-4,-2,4,-1,2,-2,-1,1).

%F a(n) = A261019(n+6,6).

%F G.f.: (x^2+2*x-2)*x/((x+1)*(x^2+x-1)*(x^3+x-1)*(x-1)^3). - _Alois P. Heinz_, Aug 19 2015

%o (Haskell)

%o a261442 n = a261019' (n + 6) 6

%Y Column k=6 of A261019.

%K nonn,easy

%O 0,2

%A _Reinhard Zumkeller_, Aug 18 2015

%E More terms from _Alois P. Heinz_, Aug 19 2015

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 09:31 EDT 2024. Contains 371967 sequences. (Running on oeis4.)