OFFSET
0,4
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..27
EXAMPLE
n=6: A000045(6)=8, a(6) = #{8, 5+3, 5+2+1, 5+1+1+1, 3+3+2, 3+3+1+1, 3+2+2+1, 3+2+1+1+1, 3+1+1+1+1+1, 2+2+2+2, 2+2+2+1+1, 2+2+1+1+1+1, 2+1+1+1+1+1+1, 1+1+1+1+1+1+1+1} = 14; the other partitions of 8 into parts with at least one non-Fibonacci number: 7+1, 6+2, 6+1+1, 4+4, 4+3+1, 4+2+2, 4+2+1+1 and 4+1+1+1+1.
MATHEMATICA
cl = CoefficientList[ Series[1/Product[(1 - x^Fibonacci[i]), {i, 2, 21}], {x, 0, 10950}], x]; cl[[ Table[ Fibonacci[i] + 1, {i, 21}] ]] (* Robert G. Wilson v, Apr 25 2005 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Marcel Dubois de Cadouin (dubois.ml(AT)club-internet.fr), Oct 27 2004
EXTENSIONS
Corrected and extended by Reinhard Zumkeller, Apr 24 2005
a(15)-a(21) from Robert G. Wilson v, Apr 25 2005
Entry revised by N. J. A. Sloane, Mar 29 2006
a(0), a(22)-a(23) from Alois P. Heinz, Sep 20 2018
STATUS
approved