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.

A050511 a(n) = (-1)^n * Sum_{i=0..n} binomial(n+1,i+1)*Catalan(i).

This page as a plain text file.
%I A050511 #16 Mar 02 2014 09:30:24
%S A050511 1,-3,8,-23,74,-262,993,-3943,16178,-68000,291191,-1265618,5568263,
%T A050511 -24749363,110961248,-501209303,2278704938,-10419244888,47882934663,
%U A050511 -221047167628,1024586641973,-4766517165713,22248226873538,-104160733650738,489007907489239
%N A050511 a(n) = (-1)^n * Sum_{i=0..n} binomial(n+1,i+1)*Catalan(i).
%D A050511 J.-P. Allouche and J. Shallit, Automatic Sequences, Cambridge Univ. Press, 2003, p. 371.
%H A050511 Vincenzo Librandi, <a href="/A050511/b050511.txt">Table of n, a(n) for n = 0..1000</a>
%F A050511 G.f.: (sqrt((5*x+1)/(x+1))-1)/(2*x*(x+1)).
%F A050511 (n+1)*a(n)=(1-6*n)*a(n-1)-5*n*a(n-2)+(-1)^n. - _Vladeta Jovovic_, Jul 16 2004
%F A050511 a(n) ~ (-1)^n * 5^(n+5/2) / (32 * sqrt(Pi) * n^(3/2)). - _Vaclav Kotesovec_, Mar 02 2014
%t A050511 Table[(-1)^n Sum[Binomial[n+1,i+1]CatalanNumber[i],{i,0,n}],{n,0,30}] (* _Harvey P. Dale_, Jan 26 2013 *)
%Y A050511 Column 1 of A091698.
%K A050511 sign
%O A050511 0,2
%A A050511 _N. J. A. Sloane_, Dec 28 1999