A304940 Expansion of ((1 + 4*x)/(1 - 4*x))^(1/2).
1, 4, 8, 32, 96, 384, 1280, 5120, 17920, 71680, 258048, 1032192, 3784704, 15138816, 56229888, 224919552, 843448320, 3373793280, 12745441280, 50981765120, 193730707456, 774922829824, 2958796259328, 11835185037312, 45368209309696, 181472837238784
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..1000
Crossrefs
Programs
-
PARI
N=66; x='x+O('x^N); Vec(((1+4*x)/(1-4*x))^(1/2))
Formula
n*a(n) = 4*a(n-1) + 4^2*(n-2)*a(n-2) for n > 1.
a(n) = 2^n * A063886(n).
Comments