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.

A169621 Hankel transform of quintuple factorial numbers A047055.

This page as a plain text file.
%I A169621 #6 Jan 23 2024 08:40:41
%S A169621 1,10,7000,882000000,37784880000000000,890287342560000000000000000,
%T A169621 16991329795972963200000000000000000000000,
%U A169621 363197259318543010730772480000000000000000000000000000000
%N A169621 Hankel transform of quintuple factorial numbers A047055.
%F A169621 a(n)=Product{k=0..n, (floor(5(2k+1)/2)*floor(5(2k+2)/2))^(n-k)}=Product{k=0..n, (floor(5(2k+1)/2)*5(k+1))^(n-k)}.
%F A169621 a(n) ~ (2*Pi)^(n + 7/10) * 5^(n*(n+1)) * n^(n^2 + 7*n/5 + 31/75) / (A * Gamma(2/5)^(n + 2/5) * exp(3*n^2/2 + 7*n/5 - 1/12 - c)), where A is the Glaisher-Kinkelin constant A074962 and c = zeta'(-1, 2/5) = 0.0827672925828924139907562934385991589097620172389278574723... - _Vaclav Kotesovec_, Jan 23 2024
%t A169621 Table[Product[(Floor[5*(2*k+1)/2]*5*(k+1))^(n-k), {k,0,n}], {n,0,10}] (* _Vaclav Kotesovec_, Jan 23 2024 *)
%Y A169621 Cf. A047055.
%K A169621 easy,nonn
%O A169621 0,2
%A A169621 _Paul Barry_, Dec 03 2009