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

A045692
Number of binary words of length n (beginning 0) with autocorrelation function 2^(n-1)+2.
0
0, 0, 0, 1, 2, 3, 8, 13, 30, 55, 116, 221, 458, 895, 1816, 3589, 7238, 14391, 28892, 57613, 115458, 230579, 461600, 922521, 1845958, 3690563, 7382916, 14763121, 29529874, 59054343, 118115864, 236220901, 472456278, 944890927, 1889810636, 3779577989, 7559213762
OFFSET
1,5
FORMULA
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.
CROSSREFS
Sequence in context: A105204 A352603 A318621 * A103196 A113954 A191393
KEYWORD
nonn
AUTHOR
TORSTEN.SILLKE(AT)LHSYSTEMS.COM
EXTENSIONS
More terms from Sean A. Irvine, Mar 18 2021
STATUS
approved