A106271 Row sums of number triangle A106270.
1, 0, -2, -7, -21, -63, -195, -624, -2054, -6916, -23712, -82498, -290510, -1033410, -3707850, -13402695, -48760365, -178405155, -656043855, -2423307045, -8987427465, -33453694485, -124936258125, -467995871775, -1757900019099, -6619846420551, -24987199492703
Offset: 0
Links
- Michael De Vlieger, Table of n, a(n) for n = 0..1669
Programs
-
Mathematica
Table[1 - Sum[(2n)!/n!/(n+1)!,{n,1,k}],{k,0,30}] (* Alexander Adamchuk, Feb 23 2007 *)
Formula
G.f.: c(x)*sqrt(1 - 4x)/(1 - x), where c(x) is the g.f. of A000108.
a(n) = Sum_{k = 0..n} 2*0^(n-k) - C(n-k), where C(m) = A000108(m) (Catalan numbers).
a(n) = 2 - A014137(n) for n >= 0 and a(n) = 1 - A014138(n) for n >= 0. - Alexander Adamchuk, Feb 23 2007, corrected by Vaclav Kotesovec, Jul 22 2019
Conjecture: (n+1)*a(n) + (1-5*n)*a(n-1) + 2*(2*n-1)*a(n-2) = 0. - R. J. Mathar, Nov 09 2012
a(n) ~ -2^(2*n + 2) / (3*sqrt(Pi)*n^(3/2)). - Vaclav Kotesovec, Jul 22 2019
Extensions
More terms from Alexander Adamchuk, Feb 23 2007
Comments