A305612 Expansion of 1/2 * (((1 + 2*x)/(1 - 2*x))^(3/2) - 1).
0, 3, 9, 22, 51, 114, 250, 540, 1155, 2450, 5166, 10836, 22638, 47124, 97812, 202488, 418275, 862290, 1774630, 3646500, 7482618, 15334748, 31391724, 64194312, 131151566, 267711444, 546031500, 1112864200, 2266587900, 4613409000, 9384609960, 19079454960
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..3000
Crossrefs
Programs
-
Maple
seq(coeff(series((1/2)*(((1+2*x)/(1-2*x))^(3/2)-1), x,n+1),x,n),n=0..35); # Muniru A Asiru, Jun 06 2018
-
Mathematica
CoefficientList[Series[((((1+2x)/(1-2x))^(3/2))-1)/2,{x,0,40}],x] (* Harvey P. Dale, Nov 04 2020 *)
Formula
n*a(n) = 6*a(n-1) + 4*(n-2)*a(n-2) for n > 1.
a(n) = A305031(n)/2 for n > 0.
Comments