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 A105804 #6 Nov 27 2015 05:35:37 %S A105804 0,1,1,3,9,42,282,2802,42348,984576,35804724,2056887084,188218830732, %T A105804 27582766315980,6497743050809304,2466474617607855408, %U A105804 1510962789131940581928,1495259232837545099449512,2391833322688676458284572616,6186748984680033744268134049416 %N A105804 a(n)=F(n-1)a(n-1)+F(n)a(n-2), where F = A000045 (Fibonacci numbers), a(0)=0, a(1)=1. %F A105804 a(n) ~ c * ((1+sqrt(5))/2)^(n*(n-1)/2) / 5^(n/2), where c = 49.6023707313141860163673593923904868464364654572509980004... . - _Vaclav Kotesovec_, Nov 27 2015 %t A105804 RecurrenceTable[{a[0]==0,a[1]==1,a[n]==Fibonacci[n-1]a[n-1]+ Fibonacci[ n] a[n-2]},a,{n,20}] (* _Harvey P. Dale_, Apr 25 2014 *) %Y A105804 Cf. A096655. %K A105804 nonn %O A105804 0,4 %A A105804 _Clark Kimberling_, Apr 20 2005 %E A105804 Corrected and extended by _Harvey P. Dale_, Apr 25 2014