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!)
A045692 Number of binary words of length n (beginning 0) with autocorrelation function 2^(n-1)+2. 0

%I #8 Mar 18 2021 23:27:56

%S 0,0,0,1,2,3,8,13,30,55,116,221,458,895,1816,3589,7238,14391,28892,

%T 57613,115458,230579,461600,922521,1845958,3690563,7382916,14763121,

%U 29529874,59054343,118115864,236220901,472456278,944890927,1889810636,3779577989,7559213762

%N Number of binary words of length n (beginning 0) with autocorrelation function 2^(n-1)+2.

%F a(2*n-1) = 2*a(2*n-2) + 2*a(n) for n > 4; a(2*n) = 2*a(2*n-1) - a(n) - a(n+1) for n > 4.

%K nonn

%O 1,5

%A TORSTEN.SILLKE(AT)LHSYSTEMS.COM

%E More terms from _Sean A. Irvine_, Mar 18 2021

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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)