|
| |
|
|
A099589
|
|
Expansion of x^3 / (1 - 4x + 6x^2 - 4x^3 + 2x^4).
|
|
3
| |
|
|
0, 0, 1, 4, 10, 20, 34, 48, 48, 0, -164, -560, -1352, -2704, -4616, -6528, -6528, 0, 22288, 76096, 183712, 367424, 627232, 887040, 887040, 0, -3028544, -10340096, -24963200, -49926400, -85229696, -120532992, -120532992, 0, 411525376
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,4
|
|
|
COMMENTS
| G.f. is x^3/((1+x)^4+x^4), the binomial transform of x^3/(1+x^4). - Paul Barry (pbarry(AT)wit.ie), Apr 01 2005
|
|
|
LINKS
| G. Tollisen and T. Lengyel, A congruential identity ..., Integers 4 (2004), #A4.
|
|
|
FORMULA
| Coefficient of x^3 in (1+x)^n mod 1+x^4.
a(n)=(2-sqrt(2))^(n/2)(sqrt(2)cos(3*pi*n/8)/4+sqrt(2)sin(3*pi*n/8)/4)+ (2+sqrt(2))^(n/2)(sqrt(2)*sin(pi*n/8)/4-sqrt(2)cos(pi*n/8)/4) - Paul Barry (pbarry(AT)wit.ie), Apr 01 2005
|
|
|
PROG
| (PARI) a(n) = polcoeff(((1+x)^n)%(x^4+1), 1)
|
|
|
CROSSREFS
| Cf. A099586, A099587, A099588.
Sequence in context: A008045 A008124 A019457 * A008141 A119651 A005893
Adjacent sequences: A099586 A099587 A099588 * A099590 A099591 A099592
|
|
|
KEYWORD
| sign
|
|
|
AUTHOR
| Ralf Stephan, Oct 24 2004
|
| |
|
|