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.

A186262 Expansion of 3F2( 2, 1/2, 3/2; 3, 4;16 x).

This page as a plain text file.
%I A186262 #24 Jun 27 2025 04:50:02
%S A186262 1,2,9,56,420,3564,33033,327184,3413124,37119160,417733316,4837527072,
%T A186262 57397642640,695394516600,8579210711625,107541060458400,
%U A186262 1367139314643300,17599273282621800,229116465142280100,3013124257920348000,39991185556010816400
%N A186262 Expansion of 3F2( 2, 1/2, 3/2; 3, 4;16 x).
%C A186262 Combinatorial interpretation welcome.
%C A186262 The sequence (n+3)*a(n) is the diagonal of the symmetric table b(m,n) = C(m+n,m)*C(m+n+2,m)*(m+3)/C(m+3,3). This table seems to have integer coefficients. - _F. Chapoton_, Jun 13 2025
%H A186262 Vincenzo Librandi, <a href="/A186262/b186262.txt">Table of n, a(n) for n = 0..200</a>
%F A186262 G.f. is equivalent to (-1 + 2F1(-3/2,-1/2;2;16*x) - 6*x*2F1(-1/2,1/2;3;16*x) )/(4*x^2).
%F A186262 a(n) = C(2*n,n)*C(2*n+2,n)/C(n+3,3). - _Vaclav Kotesovec_, Oct 28 2012
%F A186262 D-finite with recurrence +n*(n+3)*(n+2)*a(n) -4*(2*n+1)*(2*n-1)*(n+1)*a(n-1)=0. - _R. J. Mathar_, Feb 08 2021
%t A186262 CoefficientList[Series[HypergeometricPFQ[{2, 1/2, 3/2}, {3, 4}, 16*x], {x, 0, 20}], x]
%t A186262 Table[Binomial[2*n,n]*Binomial[2*n+2,n]/Binomial[n+3,3],{n,0,20}] (* _Vaclav Kotesovec_, Oct 28 2012 *)
%Y A186262 Close to A138740.
%K A186262 nonn,easy
%O A186262 0,2
%A A186262 _Olivier Gérard_, Feb 16 2011