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.

A184896 a(n) = C(2n,n) * (7^n/n!^2) * Product_{k=0..n-1} (7k+1)*(7k+6).

This page as a plain text file.
%I A184896 #10 Oct 23 2020 06:32:48
%S A184896 1,84,45864,35672000,32445913500,32247604076688,33935228690034672,
%T A184896 37165308416775931392,41919854708375196052500,
%U A184896 48365506771435816732770000,56812832722107710740048677120,67715433011522917282547695380480
%N A184896 a(n) = C(2n,n) * (7^n/n!^2) * Product_{k=0..n-1} (7k+1)*(7k+6).
%F A184896 Self-convolution of A184895, where A184895(n) = (7^n/n!^2) * Product_{k=0..n-1} (14k+1)*(14k+6).
%F A184896 a(n) ~ sin(Pi/7) * 2^(2*n) * 7^(3*n) / (Pi*n)^(3/2). - _Vaclav Kotesovec_, Oct 23 2020
%e A184896 G.f.: A(x) = 1 + 84*x + 45864*x^2 + 35672000*x^3 +...
%e A184896 A(x)^(1/2) = 1 + 42*x + 22050*x^2 + 16909900*x^3 +...+ A184895(n)*x^n +...
%o A184896 (PARI) {a(n)=(2*n)!/n!^2*(7^n/n!^2)*prod(k=0,n-1,(7*k+1)*(7*k+6))}
%Y A184896 Cf. A184895; variants: A184423, A008977, A184892, A001421, A184898.
%K A184896 nonn
%O A184896 0,2
%A A184896 _Paul D. Hanna_, Jan 25 2011