cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A376806 Expansion of 1/((1 - x^3)^3 - 9*x)^(1/3).

Original entry on oeis.org

1, 3, 18, 127, 957, 7497, 60229, 492483, 4079826, 34138873, 287946771, 2444458878, 20863127251, 178868929074, 1539439262406, 13293346718161, 115123998810525, 999553370761017, 8698196146639573, 75845560146124527, 662551474429229571, 5797239969198654748
Offset: 0

Views

Author

Seiichi Manyama, Oct 04 2024

Keywords

Crossrefs

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).