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.

A188681 a(n) = binomial(3*n,n)^2/(2*n+1).

This page as a plain text file.
%I A188681 #25 Jun 12 2025 21:21:23
%S A188681 1,3,45,1008,27225,819819,26509392,901402560,31818681873,
%T A188681 1156122556875,42985853635725,1628541825580800,62667882587091600,
%U A188681 2443473892345873968,96351855806554401600,3836565846094702507776,154071018890153214025473
%N A188681 a(n) = binomial(3*n,n)^2/(2*n+1).
%H A188681 Seiichi Manyama, <a href="/A188681/b188681.txt">Table of n, a(n) for n = 0..606</a>
%H A188681 Clemens Heuberger, Sarah J. Selkirk, and Stephan Wagner, <a href="https://arxiv.org/abs/2204.14023">Enumeration of Generalized Dyck Paths Based on the Height of Down-Steps Modulo k</a>, arXiv:2204.14023 [math.CO], 2022.
%F A188681 Recurrence: 4*(n+1)^2*(2*n+1)*(2*n+3)*a(n+1)-9*(3*n+1)^2*(3*n+2)^2*a(n)=0.
%F A188681 a(n) ~ 3^(6*n+1)/(Pi*2^(4*n+3)*n^2). - _Vaclav Kotesovec_, Aug 16 2013
%t A188681 Table[Binomial[3k,k]^2/(2k+1),{k,0,20}]
%t A188681 CoefficientList[Series[HypergeometricPFQ[{1/3,1/3,2/3,2/3}, {1/2,1,3/2}, (729 x)/16],{x,0,20}],x]  (* _Harvey P. Dale_, Apr 22 2011 *)
%o A188681 (Maxima) makelist(binomial(3*k,k)^2/(2*k+1),k,0,20);
%Y A188681 Cf. A005809, A001764, A188676, A104859, A188678, A188679, A188680, A188682, A188683, A188684, A188685, A188686, A188687.
%K A188681 nonn,easy
%O A188681 0,2
%A A188681 _Emanuele Munarini_, Apr 08 2011