The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A249691 a(n) = binomial(3*n,n)*(5*n+2)/(2*n+1). 1
2, 7, 36, 204, 1210, 7371, 45696, 286824, 1817046, 11593725, 74397180, 479634480, 3104160696, 20155648324, 131239189440, 856606186128, 5602957906638, 36716657444145, 241006055925180, 1584293462159100, 10428491209564890 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (sqrt(3)*cotan(y(x))*(1-3*x/(4*sin(y(x))^2))/sqrt(4*x-27*x^2)), where y(x)= arcsin((3^(3/2)*sqrt(x))/2)/3.
a(n) = Sum_{k=0..n} binomial(n,k)*Sum_{j=0..(k+1)} (-1)^(j-k-1) * binomial(k+1,j) *binomial(n+2*j,n+1))).
a(n) ~ 5 * 3^(3*n+1/2) / (sqrt(Pi*n) * 4^(n+1)). - Vaclav Kotesovec, Nov 04 2014
a(n) = sum(k=0..n, binomial(n,k)*(binomial(2*n+2,k+1)-binomial(2*n,k+1))). - Vladimir Kruchinin, Nov 26 2014
2*n*(2*n+1)*(5*n-3)*a(n) -3*(5*n+2)*(3*n-1)*(3*n-2)*a(n-1)=0. - R. J. Mathar, Jun 07 2016
MATHEMATICA
Table[Binomial[3*n, n]*(5*n + 2)/(2*n + 1), {n, 0, 50}] (* G. C. Greubel, Jun 02 2017 *)
PROG
(PARI) for(n=0, 25, print1(binomial(3*n, n)*(5*n+2)/(2*n+1), ", ")) \\ G. C. Greubel, Jun 02 2017
CROSSREFS
Sequence in context: A192816 A302895 A302905 * A129261 A371545 A370471
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Nov 04 2014
EXTENSIONS
New name from Jean-François Alcover, Nov 26 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 2 00:37 EDT 2024. Contains 373032 sequences. (Running on oeis4.)