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!)
A093996 G.f.: Product_{k>=2} (1 - x^{F_k}) where F_k are the Fibonacci numbers. 7
1, -1, -1, 0, 1, 0, 0, 1, -1, 0, 0, 1, -1, -1, 1, 0, 0, 0, 1, -1, -1, 0, 1, 1, -1, 0, 0, 0, 0, 1, -1, -1, 0, 1, 0, 0, 1, 0, -1, -1, 1, 0, 0, 0, 0, 0, 0, 1, -1, -1, 0, 1, 0, 0, 1, -1, 0, 0, 1, -1, 0, 0, -1, 0, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, 0, 1, 0, 0, 1, -1, 0, 0, 1, -1, -1, 1, 0, 0, 0, 1, -1, -1, 1, 0, 0, -1, 1, 0, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Number of partitions of n with an even number of distinct Fibonacci parts minus the number of partitions of n with an odd number of distinct Fibonacci parts.
Every term is -1, 0 or 1.
LINKS
F. Ardila, The Coefficients of a Fibonacci power series, arXiv:math/0409418 [math.CO], 2004.
Neville Robbins, Fibonacci partitions, The Fibonacci Quarterly, 34.4 (1996), pp. 306-313.
Yufei Zhao, The coefficients of a truncated Fibonacci power series, Fib. Q., 46/47 (2008/2009), 53-55.
FORMULA
Ardila gives a fast recurrence.
a(n) = A093998(n) - A093997(n).
EXAMPLE
G.f. = 1 - x - x^2 + x^4 + x^7 - x^8 + x^11 - x^12 - x^13 + x^14 + x^18 - x^19 - x^20 + x^22 + x^23 - x^24 + x^29 - x^30 - x^31 + x^33 + x^36 - x^38 - x^39 + x^40 + x^47 - ... - N. J. A. Sloane, May 30 2009
MATHEMATICA
Take[ CoefficientList[ Expand[ Product[1 - x^Fibonacci[k], {k, 2, 13}]], x], 105] (* Robert G. Wilson v, May 29 2004 *)
nn = 11; Take[CoefficientList[Expand[Product[1 - x^Fibonacci[n], {n, 2, nn}]], x], Fibonacci[nn+1]] (* T. D. Noe, Feb 27 2014 *)
PROG
(Magma) R<x>:=PowerSeriesRing(Integers(), 115); Coefficients(R!( (&*[1-x^Fibonacci(j): j in [2..13]]) )); // G. C. Greubel, Dec 27 2021
(Sage) [( product( 1-x^fibonacci(j) for j in (2..14) ) ).series(x, n+1).list()[n] for n in (0..115)] # G. C. Greubel, Dec 27 2021
CROSSREFS
Sequence in context: A192687 A189141 A082416 * A323095 A336868 A083187
KEYWORD
easy,sign
AUTHOR
N. Sato, May 24 2004
EXTENSIONS
Edited and extended by Robert G. Wilson v, May 29 2004
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 7 00:25 EDT 2024. Contains 372298 sequences. (Running on oeis4.)