A376806 Expansion of 1/((1 - x^3)^3 - 9*x)^(1/3).
1, 3, 18, 127, 957, 7497, 60229, 492483, 4079826, 34138873, 287946771, 2444458878, 20863127251, 178868929074, 1539439262406, 13293346718161, 115123998810525, 999553370761017, 8698196146639573, 75845560146124527, 662551474429229571, 5797239969198654748
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..1000
Programs
-
PARI
my(N=30, x='x+O('x^N)); Vec(1/((1-x^3)^3-9*x)^(1/3))
Formula
a(n) = Sum_{k=0..floor(n/3)} (-9)^(n-3*k) * binomial(-1/3,n-3*k) * binomial(3*n-8*k,k).