Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #9 Sep 16 2015 11:41:35
%S 1,0,1,1,1,1,2,1,1,3,2,2,3,3,2,5,4,3,5,6,4,6,6,4,7,8,7,7,10,8,10,11,9,
%T 10,12,12,11,13,11,14,14,15,15,16,17,19,18,17,20,19,20,22,22,20,26,25,
%U 23,27,27,25,29,30,24,31,30,29,31,34,32,35,39,34,39,39,39,39,42,39,44,44,43,47,47,48,51,51,48,56,52,53,55,56,54,61,62,56,66
%N Number of possible representations of n as a sum of distinct positive integers from the Fibonacci-type sequences 0,2,2,4,6,10,16,... and 0,3,3,6,9,15,... (A118658 and A022086).
%H Alois P. Heinz, <a href="/A241950/b241950.txt">Table of n, a(n) for n = 0..20000</a>
%H D. A. Klarner, Representations of N as a sum of distinct elements from special sequences, <a href="http://www.fq.math.ca/Scanned/4-4/klarner-a.pdf">part 1</a>, <a href="http://www.fq.math.ca/Scanned/4-4/klarner-b.pdf">part 2</a>, Fib. Quart., 4 (1966), 289-306 and 322.
%e a(9) = 3 because 9 can be represented in 3 possible ways as a sum of integers in the set {2,3,4,6,9,10,15,16,...}: 9, 6+3, 4+3+2.
%Y Cf. A022086, A118658, A000119.
%K nonn
%O 0,7
%A _Casey Mongoven_, May 03 2014
%E a(0)=1 from _Alois P. Heinz_, Sep 16 2015