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.

A052204 a(n) = (5n+1)*C(4n,n)/(3n+1).

This page as a plain text file.
%I A052204 #21 Jul 02 2025 16:01:58
%S A052204 1,6,44,352,2940,25194,219604,1937520,17250012,154663960,1394538288,
%T A052204 12631852688,114858935204,1047772373340,9584557428600,87885886492320,
%U A052204 807564936805020,7434289153896264,68551275793965328,633038816547052800
%N A052204 a(n) = (5n+1)*C(4n,n)/(3n+1).
%H A052204 G. C. Greubel, <a href="/A052204/b052204.txt">Table of n, a(n) for n = 0..1000</a>
%F A052204 G.f.: (2*g-1)*g/(4-3*g) where g = 1+x*g^4 is the g.f. of A002293. - _Mark van Hoeij_, Nov 11 2011
%F A052204 Conjecture: 6*n*(3*n-1)*(3*n+1)*a(n) + (-809*n^3 + 1444*n^2 - 1505*n + 582)*a(n-1) + 88*(4*n-5)*(4*n-7)*(2*n-3)*a(n-2) = 0. - _R. J. Mathar_, Sep 29 2012
%F A052204 a(n) ~ 5*2^(8*n+1/2)*3^(-3*n-3/2)/sqrt(Pi*n). - _Ilya Gutkovskiy_, Aug 10 2016
%p A052204 A052204:=n->(5*n+1)*binomial(4*n,n)/(3*n+1): seq(A052204(n), n=0..20); # _Wesley Ivan Hurt_, Aug 10 2016
%t A052204 Table[(5 n + 1) Binomial[4 n, n]/(3 n + 1), {n, 0, 20}] (* _Wesley Ivan Hurt_, Aug 10 2016 *)
%o A052204 (Magma) [(5*n+1)*Binomial(4*n,n)/(3*n+1) : n in [0..20]]; // _Wesley Ivan Hurt_, Aug 10 2016
%o A052204 (PARI) for(n=0,25, print1((5*n+1)*binomial(4*n,n)/(3*n+1), ", ")) \\ _G. C. Greubel_, Feb 16 2017
%Y A052204 Cf. A002293, A051945.
%K A052204 easy,nonn
%O A052204 0,2
%A A052204 _Barry E. Williams_, Jan 28 2000
%E A052204 More terms from _James Sellers_, Jan 31 2000