login
A207814
Series expansion of the reciprocal of the generating function of A068432.
1
1, -1, 1, -1, 0, 0, -1, 1, 0, 0, 2, -3, 3, -3, -1, 3, -6, 9, -6, 4, 3, -10, 12, -14, 3, 11, -24, 38, -33, 19, 11, -51, 72, -81, 50, 15, -87, 158, -167, 110, 15, -198, 342, -402, 303, -25, -342, 713, -880, 710, -180, -651, 1463, -1927, 1692, -577, -1170
OFFSET
0,11
COMMENTS
Generating function A(x) has A(1/2) = 1/GoldenRatio = GoldenRatio - 1.
LINKS
FORMULA
Convolution inverse of A068432. - Michael Somos, Feb 23 2012
EXAMPLE
1 - x + x^2 - x^3 - x^6 + x^7 + 2*x^10 - 3*x^11 + 3*x^12 - 3*x^13 - x^14 + ...
MATHEMATICA
d = RealDigits[GoldenRatio, 2, 1000][[1]]; CoefficientList[Series[1/Sum[d[[n]] x^(n-1), {n, 1, 1000}], {x, 0, 100}], x]
CROSSREFS
Sequence in context: A061911 A328397 A082239 * A062745 A140733 A143605
KEYWORD
sign,easy,base
AUTHOR
Ben Branman, Feb 20 2012
STATUS
approved