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.

A077876 Expansion of (1-x)^(-1)/(1-x+2*x^2).

Original entry on oeis.org

1, 2, 1, -2, -3, 2, 9, 6, -11, -22, 1, 46, 45, -46, -135, -42, 229, 314, -143, -770, -483, 1058, 2025, -90, -4139, -3958, 4321, 12238, 3597, -20878, -28071, 13686, 69829, 42458, -97199, -182114, 12285, 376514, 351945, -401082, -1104971, -302806, 1907137, 2512750, -1301523, -6327022
Offset: 0

Views

Author

N. J. A. Sloane, Nov 17 2002

Keywords

Comments

Row sums of Riordan array (1/(1-x),x(1-2x)). - Paul Barry, Jul 18 2005

Crossrefs

Programs

Formula

a(n) = Sum_{k=0..n} U(k, 1/(2*sqrt(2)))*sqrt(2)^k. - Paul Barry, Nov 20 2003 [There is a missing parenthesis, but it is not clear where it should be inserted. - N. J. A. Sloane, Feb 08 2015] [corrected by Jason Yuen, Aug 22 2024]
a(n) = Sum_{k=2..n-2} A107920(k). - R. J. Mathar, Oct 13 2017
a(n) = Sum_{k=0..floor((n+1)/2)} binomial(n+1-k,k+1)*(-2)^k, n>=0. - Taras Goy, Apr 15 2020