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!)
A208061 G.f. 1/sum(k>=0, (-1)^k * x^(k*(k+1)/2)). 1
1, 1, 1, 0, -1, -2, -1, 1, 4, 5, 2, -5, -12, -13, -3, 17, 34, 32, -1, -54, -93, -72, 28, 169, 248, 152, -147, -510, -646, -282, 582, 1484, 1627, 375, -2045, -4195, -3927, 110, 6716, 11544, 9002, -3458, -20996, -30921, -19123, 17974, 63154, 80435, 35553, -71525, -183969 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
G.f.: 1 / (1 - x*(1 - x^2*(1 - x^3*(1 - x^4*(1 - ...))))). - Michael Somos, Mar 03 2014
Convolution inverse of A197870. - Michael Somos, Mar 03 2014
EXAMPLE
G.f. = 1 + x + x^2 - x^4 - 2*x^5 - x^6 + x^7 + 4*x^8 + 5*x^9 + 2*x^10 - 5*x^11 + ...
PROG
(PARI) al(n)=Vec(1/(sum(k=0, sqrtint(2*n), (-1)^k*x^(k*(k+1)\2))+x*O(x^n)))
CROSSREFS
Sequence in context: A102610 A203300 A134172 * A078047 A329689 A270952
KEYWORD
sign
AUTHOR
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 September 24 12:17 EDT 2023. Contains 365579 sequences. (Running on oeis4.)