cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A211525 Number of -1..1 arrays x(i) of n+1 elements i=1..n+1 with set{t,u,v in 0,1}((x[i+t]+x[j+u]+x[k+v])*(-1)^(t+u+v)) having two or four distinct values for every i,j,k<=n.

This page as a plain text file.
%I A211525 #12 Apr 25 2024 09:31:52
%S A211525 8,14,24,44,80,152,288,560,1088,2144,4224,8384,16640,33152,66048,
%T A211525 131840,263168,525824,1050624,2100224,4198400,8394752,16785408,
%U A211525 33566720,67125248,134242304,268468224,536920064,1073807360,2147581952,4295098368
%N A211525 Number of -1..1 arrays x(i) of n+1 elements i=1..n+1 with set{t,u,v in 0,1}((x[i+t]+x[j+u]+x[k+v])*(-1)^(t+u+v)) having two or four distinct values for every i,j,k<=n.
%H A211525 R. H. Hardin, <a href="/A211525/b211525.txt">Table of n, a(n) for n = 1..79</a>
%F A211525 Empirical: a(n) = 2*a(n-1) + 2*a(n-2) - 4*a(n-3).
%F A211525 From _Colin Barker_, Mar 09 2018: (Start)
%F A211525 G.f.: 2*x*(4 - x - 10*x^2) / ((1 - 2*x)*(1 - 2*x^2)).
%F A211525 a(n) = 3*2^(n/2) + 2^(n+1) for n even.
%F A211525 a(n) = 2^(n+1) + 2^((n+3)/2) for n odd.
%F A211525 (End)
%e A211525 Some solutions for n=5:
%e A211525 .-1....1....1...-1....1....0....1...-1...-1...-1....1...-1...-1....0....0...-1
%e A211525 ..1....0....1...-1....0...-1....1....0....1...-1....1...-1....1....1...-1....0
%e A211525 .-1...-1...-1....1...-1....0....1...-1....1....1....1....1...-1....0....0...-1
%e A211525 ..1....0...-1...-1....0....1...-1....0...-1....1...-1...-1....1...-1....1....0
%e A211525 .-1...-1...-1...-1....1....0....1...-1...-1...-1...-1....1....1....0....0....1
%e A211525 ..1....0....1....1....0...-1...-1....0....1...-1....1....1....1...-1....1....0
%K A211525 nonn
%O A211525 1,1
%A A211525 _R. H. Hardin_, Apr 14 2012