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.

A103778 Inverse of trinomial triangle A071675.

Original entry on oeis.org

1, 0, 1, 0, -1, 1, 0, 1, -2, 1, 0, 0, 3, -3, 1, 0, -4, -2, 6, -4, 1, 0, 14, -7, -7, 10, -5, 1, 0, -30, 36, -6, -16, 15, -6, 1, 0, 33, -96, 63, 3, -30, 21, -7, 1, 0, 55, 154, -209, 88, 25, -50, 28, -8, 1, 0, -429, 0, 429, -374, 99, 66, -77, 36, -9, 1, 0, 1365, -1014
Offset: 0

Views

Author

Paul Barry, Feb 15 2005

Keywords

Comments

Inverse of Riordan array (1, x(1+x+x^2)) (A071675).

Examples

			Rows start
{1},
{0,1},
{0,-1,1},
{0,1,-2,1},
{0,0,3,-3,1},
...
		

Crossrefs

Cf. A071675.

Formula

Riordan array (1, y) where y satisfies y + y^2 + y^3 = x; y = -2^(2/3)*((3*sqrt(3)*sqrt(27*x^2 + 14*x + 3) - 27*x - 7)^(1/3) - (3*sqrt(3)*sqrt(27*x^2 + 14*x + 3) + 27*x + 7)^(1/3) + 2^(1/3))/6.