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.

A126030 Riordan array (1/(1+x^3),x/(1+x^3)).

Original entry on oeis.org

1, 0, 1, 0, 0, 1, -1, 0, 0, 1, 0, -2, 0, 0, 1, 0, 0, -3, 0, 0, 1, 1, 0, 0, -4, 0, 0, 1, 0, 3, 0, 0, -5, 0, 0, 1, 0, 0, 6, 0, 0, -6, 0, 0, 1, -1, 0, 0, 10, 0, 0, -7, 0, 0, 1, 0, -4, 0, 0, 15, 0, 0
Offset: 0

Views

Author

Paul Barry, Dec 15 2006

Keywords

Comments

Inverse is A111373. Row sums are A050935(n+2). Diagonal sums are an alternating sign version of A000931(n+3) with g.f. 1/(1-x^2+x^3).

Examples

			Triangle begins
.1,
.0, 1,
.0, 0, 1,
.-1, 0, 0, 1,
.0, -2, 0, 0, 1,
.0, 0, -3, 0, 0, 1,
.1, 0, 0, -4, 0, 0, 1,
.0, 3, 0, 0, -5, 0, 0, 1,
.0, 0, 6, 0, 0, -6, 0, 0, 1,
.-1, 0, 0, 10, 0, 0, -7, 0, 0, 1,
.0, -4, 0, 0, 15, 0, 0, -8, 0, 0, 1
		

Formula

Number triangle T(n,k)=C(k+(n-k)/3,(n-k)/3)*(-1)^(n-k)*(2*cos(2*pi*(n-k)/3)+1)/3