login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A090133
Expansion of (1+4x)/(1+4x+5x^2).
0
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,3
REFERENCES
D. Cvijovic, J Klinowski, An Application for the Chebyshev Polynomials, Mat. Vesnik 50 (1998) 105-110
LINKS
D. Cvijovic and J. Klinowski, An Application for the Chebyshev Polynomials, Mat. Vesnik 50 (1998) 105-110. [broken link]
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
CROSSREFS
Cf. A099456.
Sequence in context: A270334 A008524 A055383 * A351931 A366057 A289306
KEYWORD
easy,sign
AUTHOR
Paul Barry, Nov 21 2003
EXTENSIONS
Better name from Ralf Stephan, Jul 14 2013
STATUS
approved