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!)
A164410 Number of binary strings of length n with no substrings equal to 0000 0001 or 0101 2

%I #13 Sep 20 2017 02:54:02

%S 13,22,38,64,108,184,312,528,896,1520,2576,4368,7408,12560,21296,

%T 36112,61232,103824,176048,298512,506160,858256,1455280,2467600,

%U 4184112,7094672,12029872,20398096,34587440,58647184,99443376,168618256

%N Number of binary strings of length n with no substrings equal to 0000 0001 or 0101

%H R. H. Hardin, <a href="/A164410/b164410.txt">Table of n, a(n) for n=4..500</a>

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

%F G.f.: x^4*(13+9*x+16*x^2)/(1-x-2*x^3). - _R. J. Mathar_, Nov 30 2011

%t LinearRecurrence[{1,0,2}, {13, 22, 38}, 50] (* _G. C. Greubel_, Sep 19 2017 *)

%o (PARI) x='x+O('x^50); Vec(x^4*(13+9*x+16*x^2)/(1-x-2*x^3)) \\ _G. C. Greubel_, Sep 19 2017

%K nonn

%O 4,1

%A _R. H. Hardin_, Aug 14 2009

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 May 4 13:24 EDT 2024. Contains 372243 sequences. (Running on oeis4.)