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 A003268 M1607 #26 Jan 05 2025 19:51:33 %S A003268 1,2,6,15,60,260,1820,12376,136136,1514513,27261234,488605194, %T A003268 14169550626,411591708660,19344810307020,908637119420910, %U A003268 69056421075989160,5249543573067466872,645693859487298425256,79413089729752455762384,15803204856220738696714416 %N A003268 Central Fibonomial coefficients. %D A003268 A. Brousseau, Fibonacci and Related Number Theoretic Tables. Fibonacci Association, San Jose, CA, 1972, p. 74. %D A003268 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A003268 A. Brousseau, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Scanned/6-1/brousseau3.pdf">A sequence of power formulas</a>, Fib. Quart., 6 (1968), 81-83. %F A003268 a(n) = (Product_{k=floor(n/2)+1..n} Fibonacci(k)) / (Product_{k=1..ceiling(n/2)} Fibonacci(k)). %F A003268 a(n) ~ ((1+sqrt(5))/2)^(n^2/4 + n + 1 - (1-(-1)^n)/8) / A062073, where A062073 = 1.2267420107203532444176302... is the Fibonacci factorial constant. - _Vaclav Kotesovec_, May 01 2015 %t A003268 Table[Product[Fibonacci[k],{k,Floor[n/2]+1,n}] / Product[Fibonacci[k],{k,1,Ceiling[n/2]}],{n,2,20}] (* _Vaclav Kotesovec_, Apr 10 2015 *) %Y A003268 Central column of A010048, |A055870|. %Y A003268 Cf. A062073. %K A003268 nonn %O A003268 0,2 %A A003268 _N. J. A. Sloane_ %E A003268 More terms from _Vaclav Kotesovec_, May 01 2015