login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A376806
Expansion of 1/((1 - x^3)^3 - 9*x)^(1/3).
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,2
LINKS
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).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(1/((1-x^3)^3-9*x)^(1/3))
CROSSREFS
Cf. A004987.
Sequence in context: A073971 A366666 A369940 * A264230 A377106 A369264
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 04 2024
STATUS
approved