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!)
A307596 G.f. A(x) satisfies: A(x) = (1/(1 + x)) * A(x^2)*A(x^3)*A(x^4)* ... *A(x^k)* ... 1
1, -1, 0, -1, 0, 0, -1, 2, -1, 2, 0, 3, -4, 5, -1, 1, -3, 0, -1, -4, -1, -2, 3, -12, 6, -14, 15, -8, 17, -16, 25, -18, 23, 0, 5, 4, 15, 3, -12, 29, -29, 41, -59, 54, -56, 5, -89, 68, -110, 84, -137, 55, -52, 55, -95, 104, -53, -9, 47, -11, 109, -25, 157, -139, 278, -144, 455, -359, 413, -289, 554 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
COMMENTS
Convolution inverse of A129373.
LINKS
FORMULA
G.f.: Product_{k>=1} 1/(1 + x^k)^A074206(k).
EXAMPLE
G.f.: A(x) = 1 - x - x^3 - x^6 + 2*x^7 - x^8 + 2*x^9 + 3*x^11 - 4*x^12 + 5*x^13 - x^14 + ...
MATHEMATICA
terms = 70; A[_] = 1; Do[A[x_] = 1/(1 + x) Product[A[x^k], {k, 2, terms}] + O[x]^(terms + 1) // Normal, terms + 1]; CoefficientList[A[x], x]
CROSSREFS
Sequence in context: A068076 A138498 A276669 * A240205 A340732 A050319
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 17 2019
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)