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.

A090133 Expansion of (1+4x)/(1+4x+5x^2).

Original entry on oeis.org

1, 0, -5, 20, -55, 120, -205, 220, 145, -1680, 5995, -15580, 32345, -51480, 44195, 80620, -543455, 1770720, -4365605, 8608820, -12607255, 7384920, 33496595, -170910980, 516160945, -1210088880, 2259550795, -2987758780, 653281145, 12325669320
Offset: 0

Views

Author

Paul Barry, Nov 21 2003

Keywords

References

  • D. Cvijovic, J Klinowski, An Application for the Chebyshev Polynomials, Mat. Vesnik 50 (1998) 105-110

Crossrefs

Cf. A099456.

Formula

a(n) = Sum_{k=0..n} C(n, k)*(-2)^(n-k)*(-1)^floor(k/2)*(1+(1-(-1)^k)/2).
a(n+1) = (-1)^n * (4*A099456(n) - A099456(n+1)). - Ralf Stephan, Jul 19 2013

Extensions

Better name from Ralf Stephan, Jul 14 2013