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!)
A369229 Expansion of (1/x) * Series_Reversion( x * (1-x)^3 / (1-x+x^2)^2 ). 2
1, 1, 4, 15, 65, 298, 1429, 7073, 35869, 185403, 973198, 5173644, 27797914, 150715321, 823541564, 4530609391, 25073291597, 139492998775, 779706274423, 4376600956063, 24659875131049, 139424357994344, 790763858547445, 4497788153203946, 25650342635871106 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/2)} binomial(2*n+2,k) * binomial(2*n-k,n-2*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1-x)^3/(1-x+x^2)^2)/x)
(PARI) a(n, s=2, 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
Sequence in context: A349202 A318121 A357785 * A097422 A102129 A164310
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 April 30 11:08 EDT 2024. Contains 372131 sequences. (Running on oeis4.)