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.

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

Original entry on oeis.org

1, 3, 27, 261, 2592, 26082, 264384, 2691954, 27488403, 281236779, 2881239093, 29546332821, 303201787140, 3113043334560, 31974807932820, 328518361498968, 3376062893960244, 34700713221307482, 356719230542209212, 3667432457788644762, 37708163269636391982
Offset: 0

Views

Author

Seiichi Manyama, Aug 04 2024

Keywords

Crossrefs

Programs

  • PARI
    my(N=30, x='x+O('x^N)); Vec(1/(2-1/(1-9*x)^(1/3)))

Formula

a(n) = 9^n * Sum_{k>=0} (1/2)^(k+1) * binomial(n-1+k/3,n).