login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143241 Expansion of Product_{k>0} (1 - x^k) / (1 - x^(6*k - 2)). 0
1, -1, -1, 0, 1, 0, -1, 1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, -1, 0, 1, 0, -1, 0, 0, 0, 1, 1, -1, 0, 1, 0, 0, 0, -1, -1, 1, 1, 0, 0, -1, 0, 1, 0, -1, -1, 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, -1, 0, 1, 0, 0, 1, -1, -1, 1, 0, 1, 0, -1, -1, 1, 1, -1, 1, 0, -1, 1, 1, 0, -1, -1, -1, 1, 1, -1, -1, 0, 0, 1, 1, -1, -1, 0, 0, 1, 1, -1, -1, 0, 0, 1, 1, -1, -2, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,104
COMMENTS
|a(n)|<2 if n<103, |a(n)|<3 if n<161.
LINKS
FORMULA
Euler transform of period 6 sequence [ -1, -1, -1, 0, -1, -1, ...].
G.f.: Product_{k>0} (1 - x^k) / (1 - x^(6*k - 2)).
EXAMPLE
1 - q - q^2 + q^4 - q^6 + q^7 + q^8 - q^12 - q^18 + q^20 - q^22 + ...
PROG
(PARI) {a(n) = if( n<0, 0, polcoeff( prod(k=1, n, (1 - x^k)^([1, 1, 1, 1, 0, 1][k%6 + 1]), 1 + x * O(x^n)), n))}
CROSSREFS
Sequence in context: A364420 A368006 A037281 * A308064 A258825 A361162
KEYWORD
sign
AUTHOR
Michael Somos, Aug 01 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)