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.

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

Original entry on oeis.org

1, 0, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 1
Offset: 0

Views

Author

Paul Barry, May 04 2005

Keywords

Comments

Row sums of number triangle A105810.

Crossrefs

Programs

Formula

a(n) = -(-1)^n-binomial(1, n)+3*binomial(0, n).
a(n) = A033999(n-1), n>1. - R. J. Mathar, Aug 28 2008
E.g.f.: 2 - x - exp(-x). - Alejandro J. Becerra Jr., Feb 17 2021