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 A094221 #12 May 01 2015 13:10:45 %S A094221 1,-2,-180,2808000,63248290560000,-13040516214928232110080000, %T A094221 -173699422048124050990739961787485511680000, %U A094221 1013027110717881203216509560866301885575342298295136595148800000 %N A094221 1/detM(n) where M(n) is the n X n matrix m(i,j)=F(i)/F(i+j-1) and F(i)=i-th Fibonacci number. %F A094221 a(n) = A062381(n)/A003266(n). - corrected by _Vaclav Kotesovec_, May 01 2015 %F A094221 a(n) ~ (-1)^floor(n/2) * A253270 * ((1+sqrt(5))/2)^(n*(4*n^2 - 3*n - 1)/6) / (A253267^2 * A062073^(2*n-1)). - _Vaclav Kotesovec_, May 01 2015 %t A094221 Table[(-1)^Floor[n/2] * Product[Fibonacci[k]^k,{k,1,n-1}] * Product[Fibonacci[k]^(2*n-k),{k,n,2*n-1}] / Product[Fibonacci[k],{k,1,n}] / Product[Product[Fibonacci[k],{k,1,j-1}],{j,1,n}]^2,{n,1,10}] (* _Vaclav Kotesovec_, May 01 2015 *) %o A094221 (PARI) a(n)=1/matdet(matrix(n,n,i,j,fibonacci(i)/(fibonacci(i+j-1)))) %Y A094221 Cf. A062381. %K A094221 sign %O A094221 1,2 %A A094221 _Benoit Cloitre_, May 28 2004