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 A288122 #5 Feb 16 2025 08:33:47 %S A288122 1,0,1,1,1,2,2,2,3,3,4,4,5,6,6,8,8,9,11,11,13,14,15,17,18,20,22,23,26, %T A288122 27,30,32,34,37,39,42,45,47,51,54,57,61,64,68,72,76,80,84,89,93,98, %U A288122 103,108,113,119,124,130,136,142,148,155,161,168,175,182,190,197,205,213,221,230 %N A288122 Number of partitions of n into prime Fibonacci numbers (A005478). %H A288122 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/FibonacciPrime.html">Fibonacci Prime</a> %H A288122 <a href="/index/Par#part">Index entries for related partition-counting sequences</a> %F A288122 G.f.: Product_{k>=1} 1/(1 - x^A005478(k)). %e A288122 a(8) = 3 because we have [5, 3], [3, 3, 2] and [2, 2, 2, 2]. %t A288122 CoefficientList[Series[Product[1/(1 - Boole[PrimeQ[Fibonacci[k]]] x^Fibonacci[k]), {k, 1, 30}], {x, 0, 70}], x] %Y A288122 Cf. A000045, A000607, A003107, A005478, A007000. %K A288122 nonn %O A288122 0,6 %A A288122 _Ilya Gutkovskiy_, Jun 05 2017