Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A369231 Expansion of (1/x) * Series_Reversion( x * (1-x)^3 / (1-x+x^3)^2 ). 3
1, 1, 2, 7, 26, 98, 385, 1569, 6556, 27908, 120624, 528030, 2336202, 10430155, 46930285, 212597901, 968833424, 4438398734, 20428750419, 94424634294, 438104297376, 2039690282940, 9526029685218, 44617396906698, 209526541600978, 986339358246758, 4653571637230839 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} binomial(2*n+2,k) * binomial(2*n-2*k,n-3*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1-x)^3/(1-x+x^3)^2)/x)
(PARI) a(n, s=3, t=2, u=3) = sum(k=0, n\s, binomial(t*(n+1), k)*binomial((u-t+1)*(n+1)-(s-1)*k-2, n-s*k))/(n+1);
CROSSREFS
Cf. A369229.
Sequence in context: A293210 A113436 A126223 * A369489 A273320 A114121
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 17 2024
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 August 7 09:28 EDT 2024. Contains 375011 sequences. (Running on oeis4.)