login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113429 Expansion of f(-x,-x^4) in powers of x. 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; refs; listen; history; internal format)
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.

G.f.: sum(n>=0, x^(n*(n+1)) * prod(k>=n+1 ,1-x^k) ). [Joerg Arndt, Apr 7 2011]

PROG

(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: A087049 A118009 * A133100 A077606 A004601 A114915

Adjacent sequences:  A113426 A113427 A113428 * A113430 A113431 A113432

KEYWORD

sign

AUTHOR

Michael Somos, Oct 31 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:34 EST 2012. Contains 205860 sequences.