cp's OEIS Frontend

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.

A374021 Row products of A351153.

This page as a plain text file.
%I A374021 #9 Jun 30 2024 16:29:13
%S A374021 1,1,3,24,400,11700,536256,35631232,3245577984,388702800000,
%T A374021 59265098200000,11212953038217216,2578459154484215808,
%U A374021 708372581870426497024,229171184991141120000000,86242576440372042240000000,37355382389967084527220883456,18452600861204793901808906698752
%N A374021 Row products of A351153.
%F A374021 a(n) = (-1/2)^n*Pochhammer((b(n)-2*n-1)/2, n)*Pochhammer((-b(n)-2*n-1)/2, n), where b(n) = sqrt(A033996(n) + 9).
%F A374021 a(n) ~ sqrt(Pi) * 2^(n+2) * n^(2*n - 3/2) / exp(2*n). - _Vaclav Kotesovec_, Jun 27 2024
%t A374021 A351153[n_,k_]:=n(k-1)-k(k-3)/2; a[n_]:=Product[A351153[n,k],{k,n}]; Array[a,18,0]
%o A374021 (PARI) a(n) = vecprod(vector(n, k, n*(k - 1) - k*(k - 3)/2)); \\ _Michel Marcus_, Jun 25 2024
%Y A374021 Cf. A005408, A033996, A351153.
%K A374021 nonn
%O A374021 0,3
%A A374021 _Stefano Spezia_, Jun 25 2024