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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143251 Expansion of f(-x, -x^7) * f(-x^2, -x^6) in powers of x where f(,) is Ramanujan's two variable theta function. 0
1, -1, -1, 1, 0, 0, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, -1, 0, 0, -1, 1, -1, 2, 0, -1, 0, 0, -2, -1, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, -1, -1, 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, 1, -1, 0, -1, 0, 1, -1, -1, 0, 0, 0, 0, -1, 0, -1, 1, 0, 0, 1, 0, 0, 2, -1, 0, 1, 1, 0, 0, -1, 0, 0, -1, -1, 0, -1, 0, 2, 1, 0, -1, 2, 0, 0, 0, 0, 1, 0, 0, -1, -1, -1, 0, 0, 0 (list; graph; refs; listen; history; internal format)
OFFSET

0,23

FORMULA

Euler transform of period 8 sequence [ -1, -1, 0, 0, 0, -1, -1, -2, ...].

G.f.: Product_{k>0} (1 - x^(8*k))^2 * (1 - x^(8*k - 1)) * (1 - x^(8*k - 2)) * (1 - x^(8*k - 6)) * (1 - x^(8*k - 7)).

EXAMPLE

q^13 - q^29 - q^45 + q^61 - q^109 + q^157 + q^173 - q^269 - q^317 + ...

PROG

(PARI) {a(n) = if( n<0, 0, polcoeff( prod(k=1, n, (1 - x^k)^([2, 1, 1, 0, 0, 0, 1, 1][k%8 + 1]), 1 + x * O(x^n)), n))}

CROSSREFS

Sequence in context: A104451 A106602 A106594 * A115235 A160973 A036853

Adjacent sequences:  A143248 A143249 A143250 * A143252 A143253 A143254

KEYWORD

sign

AUTHOR

Michael Somos, Aug 01 2008

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 17 14:50 EST 2012. Contains 206050 sequences.