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!)
A372383 Expansion of (1/x) * Series_Reversion( x * (1+x)^3 / (1+x+x^2)^4 ). 1
1, 1, 5, 13, 63, 225, 1069, 4425, 21008, 93927, 449574, 2099993, 10161845, 48761421, 238544091, 1165258909, 5756929854, 28480358700, 141911407403, 708766944499, 3557401656125, 17900413391858, 90401732441880, 457657822713177, 2323507912981800, 11822283300379509 (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(4*n+4,k) * binomial(n-k+1,n-2*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1+x)^3/(1+x+x^2)^4)/x)
(PARI) a(n, s=2, t=4, u=-3) = sum(k=0, n\s, binomial(t*(n+1), k)*binomial((t+u)*(n+1)-k, n-s*k))/(n+1);
CROSSREFS
Cf. A372382.
Sequence in context: A149572 A149573 A149574 * A301634 A309167 A272069
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 29 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 July 11 23:59 EDT 2024. Contains 374237 sequences. (Running on oeis4.)