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 A367434 #16 Mar 28 2025 04:36:04 %S A367434 1,4,70,4125,803088,516241856,1097667526748,7733677937945025, %T A367434 180801869068010677500,14039958885548006432007000, %U A367434 3624052564790121589865007580800,3111116716392548007169585391982775200,8885709622433787461657425956670165208100240,84456895620767739860514483200734788327292908270424 %N A367434 Number of discrete implications I:L_n^2-> L_n defined on the finite chain L_n={0,1,...n}, which satisfy the ordering principle, i.e., I(x,y)=n if and only if x<=y, with x,y in L_n. %C A367434 Number of discrete implications I:L_n^2-> L_n defined on the finite chain L_n={0,1,...n} satisfying the ordering principle, i.e., the number of binary functions I:L_n^2->L_n such that I is decreasing in the first argument, increasing in the second argument, I(0,0)=I(n,n)=n and I(n,0)=0 (discrete implication), and I(x,y)=n if and only if x<=y, with x,y in L_n. (ordering principle). %H A367434 Marc Munar, S. Massanet and D. Ruiz-Aguilera, <a href="https://doi.org/10.1016/j.ins.2022.10.121">On the cardinality of some families of discrete connectives</a>, Information Sciences, Volume 621, 2023, 708-728. %F A367434 a(n) = ((Product_{i=1..n} (2n-i)!/(n-2+i)!)*(Product_{i=2..n} Product_{j=0..i-2} (3n+1-i+2j)/2)-(Product_{i=1..n} (2n-i-1)!/(n-3+i)!)*(Product_{i=2..n} Product_{j=0..i-2} (3n-1-i+2j)/2))*(2^(n*(n-1)/2))*(Product_{i=1..n} i^(n-i)/(2n+1-2i)!). %F A367434 From _Vaclav Kotesovec_, Nov 18 2023: (Start) %F A367434 a(n) = BarnesG(n) * sqrt(BarnesG(4*n)) * Gamma(n) * (1 - Gamma(3*n-2)*Gamma(3*n-1)/(Gamma(2*n-2)*Gamma(4*n-1))) / (BarnesG(3*n) * sqrt(2*Gamma(2*n))). %F A367434 a(n) ~ exp(1/24) * 2^(8*n^2 - 5*n + 1/6) / (sqrt(A) * n^(1/24) * 3^(9*n^2/2 - 3*n + 5/12)), where A is the Glaisher-Kinkelin constant A074962. (End) %t A367434 Table[(Product[Factorial[2 n - i]/Factorial[n - 2 + i], {i, 1, n}]*Product[Product[(3 n + 1 - i + 2 j)/2, {j, 0, i - 2}], {i, 2, n}] - Product[Factorial[2 n - i - 1]/Factorial[n - 3 + i], {i, 1, n}]*Product[Product[(3 n - 1 - i + 2 j)/2, {j, 0, i - 2}], {i, 2, n}])*2^((n*(n - 1))/2)*Product[i^(n - i), {i, 1, n - 1}]*Product[1/Factorial[2 n + 1 - 2 i], {i, 1, n}], {n, 1, 20}] %t A367434 Table[BarnesG[n] * Sqrt[BarnesG[4*n]] * Gamma[n] * (1 - Gamma[3*n - 2]*Gamma[3*n - 1]/(Gamma[2*n - 2]*Gamma[4*n - 1])) / (BarnesG[3*n] * Sqrt[2*Gamma[2*n]]), {n, 1, 20}] (* _Vaclav Kotesovec_, Nov 18 2023 *) %Y A367434 Particular case of the enumeration of discrete implications in general, enumerated in A360612. %K A367434 nonn,easy %O A367434 1,2 %A A367434 _Marc Munar_, Nov 18 2023