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!)
A307657 G.f. A(x) satisfies: 1/(1 + x) = A(x)*A(x^2)^2*A(x^3)^3*A(x^4)^4* ... *A(x^k)^k* ... 0
1, -1, 3, 0, 1, 10, -13, 33, -24, 26, 22, -53, 148, -181, 233, -146, 69, 157, -373, 721, -884, 1071, -1076, 1041, -444, -425, 1767, -3225, 5232, -7144, 7942, -6920, 4999, -1112, -5947, 15481, -24273, 32103, -39255, 43839, -37560, 18235, 6158, -35079, 81689, -134919, 167667, -179256 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Convolution inverse of A307649.
LINKS
FORMULA
G.f.: Product_{k>=1} 1/(1 + x^k)^(mu(k)*k).
EXAMPLE
G.f.: A(x) = 1 - x + 3*x^2 + x^4 + 10*x^5 - 13*x^6 + 33*x^7 - 24*x^8 + 26*x^9 + 22*x^10 - 53*x^11 + 148*x^12 - 181*x^13 + ...
MATHEMATICA
terms = 47; CoefficientList[Series[Product[1/(1 + x^k)^(MoebiusMu[k] k), {k, 1, terms}], {x, 0, terms}], x]
terms = 47; A[_] = 1; Do[A[x_] = 1/((1 + x) Product[A[x^k]^k, {k, 2, terms}]) + O[x]^(terms + 1) // Normal, terms + 1]; CoefficientList[A[x], x]
CROSSREFS
Sequence in context: A112906 A137375 A348576 * A269939 A239731 A327027
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 20 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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)