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.
%I A098642 #9 Jun 02 2023 21:29:03 %S A098642 1,1,1,1,2,3,5,11,28,87,331,1565,9440,72908,712687,8940809,146775560, %T A098642 3135694178,86745468962,3153522201617,151857397825012, %U A098642 9589042822673342,797159462260375958,88429042471401581924,13020775433175768654191,2532864078831923248348591 %N A098642 Number of partitions of Fibonacci(n) into odd Fibonacci numbers. %t A098642 cl = CoefficientList[ Series[1/Product[(1 - x^Fibonacci[3i + 1])(1 - x^Fibonacci[3i - 1]), {i, 8}], {x, 0, 46370}], x]; cl[[Table[Fibonacci[i] + 1, {i, 24}]]] (* _Robert G. Wilson v_ *) %Y A098642 Cf. A000045, A098641-A098644. %K A098642 nonn %O A098642 0,5 %A A098642 Marcel Dubois de Cadouin (dubois.ml(AT)club-internet.fr), Oct 27 2004 %E A098642 Corrected and extended by _Franklin T. Adams-Watters_ and _Robert G. Wilson v_, Mar 28 2006 %E A098642 a(0)=1 prepended and a(25) from _Alois P. Heinz_, Jun 02 2023