|
Search: id:A113429
|
|
|
| A113429 |
|
Expansion of f(-x,-x^4) in powers of x. |
|
+0 2
|
|
| 1, -1, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
FORMULA
|
Euler transform of period 5 sequence [ -1, 0, 0, -1, -1, ...].
|a(n)| is the characteristic function of A085787.
G.f.: Prod_{k>0} (1-x^(5k))(1-x^(5k-1))(1-x^(5k-4)) = Sum_{k} (-1)^k x^((5k^2+3k)/2).
f(a,b)=Sum_{k} a^((k^2+k)/2)*b^((k^2-k)/2) is Ramanujan's two-variable theta function.
|
|
PROGRAM
|
(PARI) {a(n)=if(n<0, 0, polcoeff( prod(k=1, n, 1-x^k*[1, 1, 0, 0, 1][k%5+1], 1+x*O(x^n)), n))}
|
|
CROSSREFS
|
Sequence in context: A095901 A087049 A118009 this_sequence A133100 A077606 A004601
Adjacent sequences: A113426 A113427 A113428 this_sequence A113430 A113431 A113432
|
|
KEYWORD
|
sign
|
|
AUTHOR
|
Michael Somos, Oct 31 2005
|
|
|
Search completed in 0.002 seconds
|