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.

A115367 Row sums of correlation triangle for Fredholm-Rueppel sequence A036987.

Original entry on oeis.org

1, 2, 2, 4, 4, 4, 5, 6, 7, 6, 9, 6, 9, 6, 10, 8, 12, 8, 14, 8, 14, 8, 16, 8, 16, 8, 16, 8, 16, 8, 17, 10, 19, 10, 21, 10, 21, 10, 23
Offset: 0

Views

Author

Paul Barry, Jan 21 2006

Keywords

Comments

If a sequence has g.f. A(x), its correlation triangle has g.f. A(x)A(x*y)/(1-x^2*y). (Observation due to Christian G. Bower).

Formula

G.f. : (sum{k>=0, x^(2k-1)})^2/(1-x^2); a(n)=sum{k=0..n, sum{j=0..k, A036987(j)}*sum{j=0..n-k, A036987(j)*(-1)^(n-k-j)}}.