A118971 a(n) = binomial(5*n+3,n)/(n+1).
1, 4, 26, 204, 1771, 16380, 158224, 1577532, 16112057, 167710664, 1772645420, 18974357220, 205263418941, 2240623268512, 24648785802336, 272994644359580, 3041495503591365, 34064252968167180, 383302465665133014
Offset: 0
Links
- Michael De Vlieger, Table of n, a(n) for n = 0..924
- Paul Barry, Characterizations of the Borel triangle and Borel polynomials, arXiv:2001.08799 [math.CO], 2020.
- Elżbieta Liszewska and Wojciech Młotkowski, Some relatives of the Catalan sequence, arXiv:1907.10725 [math.CO], 2019.
- J. Sawada, J. Sears, A. Trautrim, and A. Williams, Demystifying our Grandparent's De Bruijn Sequences with Concatenation Trees, arXiv:2308.12405 [math.CO], 2023.
Crossrefs
Programs
-
Mathematica
Table[4*Binomial[5n+3,n]/(4n+4),{n,0,30}] (* Harvey P. Dale, Apr 09 2012 *)
Formula
G.f.: If the inverse series of y*(1-y)^4 is G(x) then A(x)=G(x)/x.
D-finite with recurrence 8*(4*n+1)*(2*n+1)*(4*n+3)*(n+1)*a(n) -5*(5*n+1)*(5*n+2)*(5*n+3)*(5*n-1)*a(n-1)=0. - R. J. Mathar, Nov 26 2012
a(n) = (4/5)*binomial(5*(n+1),n+1)/(5*(n+1)-1). - Bruno Berselli, Jan 17 2014
E.g.f.: 4F4(4/5,6/5,7/5,8/5; 5/4,3/2,7/4,2; 3125*x/256). - Ilya Gutkovskiy, Jan 23 2018
G.f.: 5F4([4,5,6,7,8]/5, [5,6,7,8]/4; (5^5/4^4)*x) = (4/(5*x))*(1 - 4F3([-1,1,2,3]/5, [1,2,3]/4; (5^5/4^4)*x)). - Wolfdieter Lang, Feb 15 2024
Comments