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.

A091034 Fourth column (k=5) of array A090438 ((4,2)-Stirling2) divided by 24.

This page as a plain text file.
%I A091034 #9 Nov 03 2022 05:43:41
%S A091034 1,280,70560,19958400,6659452800,2644408166400,1244905998336000,
%T A091034 689322235650048000,444916954745303040000,331767548149023866880000,
%U A091034 283424276847308960563200000,275246422218908346286080000000
%N A091034 Fourth column (k=5) of array A090438 ((4,2)-Stirling2) divided by 24.
%F A091034 a(n) = A090438(n, 5)/24, n>=3.
%F A091034 a(n) = (n-1)*(n-2)*(2*n-3)*(2*n)!/(5!*(3!)^2), n>=3.
%F A091034 E.g.f.: (Sum_{p=2..5} (((-1)^(p+1))*binomial(5, p)*hypergeom([(p-1)/2, p/2], [], 4*x)) + 4)/(5!*4!) (cf. A090438).
%F A091034 From _Amiram Eldar_, Nov 03 2022: (Start)
%F A091034 Sum_{n>=3} 1/a(n) = 2010 - 4680*Gamma + 1800*cosh(1) + 4680*CoshIntegral(1) - 2520*sinh(1) - 2880*SinhIntegral(1).
%F A091034 Sum_{n>=3} (-1)^(n+1)/a(n) = -2010 - 3960*gamma + 3240*cos(1) + 3960*CosIntegral(1) - 1800*sin(1) + 2880*SinIntegral(1). (End)
%t A091034 a[n_] := (n - 1)*(n - 2)*(2*n - 3)*(2*n)!/(5!*(3!)^2); Array[a, 12, 3] (* _Amiram Eldar_, Nov 03 2022 *)
%o A091034 (PARI) a(n) = (n-1)*(n-2)*(2*n-3)*(2*n)!/(5!*(3!)^2); \\ _Amiram Eldar_, Nov 03 2022
%Y A091034 Cf. A091033 (third column of A090438), A091035 (fifth column), A090438.
%Y A091034 Cf. A001620, A049469, A049470, A073742, A073743, A099281, A099282, A099283, A099284.
%K A091034 nonn,easy
%O A091034 3,2
%A A091034 _Wolfdieter Lang_, Jan 23 2004