The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A307658 G.f. A(x) satisfies: (1 + x)/(1 - x) = A(x)*A(x^2)*A(x^3)*A(x^4)* ... *A(x^k)* ... 1
1, 2, 0, -4, -4, 0, 4, 4, 0, -4, 0, 4, 0, -8, -4, 8, 16, 0, -20, -20, 8, 24, 20, -12, -24, -8, 24, 4, -16, -24, 16, 28, 24, -40, -32, 0, 72, 24, -28, -104, 0, 48, 88, -44, -32, -64, 92, 20, 24, -124, 64, 0, 96, -168, -12, -72, 272, -24, 72, -300, 104, -88, 316, -272, 128, -272, 376, -300 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A117209 and A117210.
LINKS
FORMULA
G.f.: Product_{k>=1} ((1 + x^k)/(1 - x^k))^mu(k).
EXAMPLE
G.f.: A(x) = 1 + 2*x - 4*x^3 - 4*x^4 + 4*x^6 + 4*x^7 - 4*x^9 + 4*x^11 - 8*x^13 - 4*x^14 + 8*x^15 + ...
MATHEMATICA
terms = 67; CoefficientList[Series[Product[((1 + x^k)/(1 - x^k))^MoebiusMu[k], {k, 1, terms}], {x, 0, terms}], x]
terms = 67; A[_] = 1; Do[A[x_] = (1 + x)/((1 - x) Product[A[x^k], {k, 2, terms}]) + O[x]^(terms + 1) // Normal, terms + 1]; CoefficientList[A[x], x]
CROSSREFS
Sequence in context: A286550 A366282 A364258 * A265511 A081236 A338896
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 May 19 14:23 EDT 2024. Contains 372697 sequences. (Running on oeis4.)