login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A361896 Expansion of 1/(1 - 9*x/(1 - x)^4)^(1/3). 4
1, 3, 30, 300, 3165, 34584, 386880, 4400928, 50692266, 589584042, 6910397886, 81507086634, 966408021984, 11509174498254, 137584249375308, 1650109151463594, 19847075122106145, 239316542492974317, 2892135259684291248, 35021199836282568456, 424837125616822551264 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-9)^k * binomial(-1/3,k) * binomial(n+3*k-1,n-k).
a(0) = 1; a(n) = (3/n) * Sum_{k=0..n-1} (n+2*k) * binomial(n+2-k,3) * a(k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(1/(1-9*x/(1-x)^4)^(1/3))
CROSSREFS
Sequence in context: A136942 A136947 A093138 * A073557 A037764 A037652
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 28 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 31 04:10 EDT 2024. Contains 374774 sequences. (Running on oeis4.)