cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A098643 Number of partitions of Fibonacci(n) into even Fibonacci numbers.

This page as a plain text file.
%I A098643 #7 Oct 31 2013 12:17:25
%S A098643 0,0,1,0,0,2,0,0,6,0,0,52,0,0,1471,0,0,135029,0,0,41906834,0,0,
%T A098643 45729175098,0,0
%N A098643 Number of partitions of Fibonacci(n) into even Fibonacci numbers.
%C A098643 a(3i-1)=a(3i+1)=0.
%t A098643 cl = CoefficientList[ Series[1/Product[(1 - x^Fibonacci[3i]), {i, 8}], {x, 0, 46368}], x]; cl[[Table[Fibonacci[i] + 1, {i, 21}]]] (* _Robert G. Wilson v_ *)
%Y A098643 Cf. A098641-A098644.
%K A098643 nonn
%O A098643 1,6
%A A098643 Marcel Dubois de Cadouin (dubois.ml(AT)club-internet.fr), Oct 27 2004
%E A098643 More terms from _Franklin T. Adams-Watters_ and _Robert G. Wilson v_, Mar 28 2006