[go: up one dir, main page]

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!)
A367413 Expansion of (1/x) * Series_Reversion( x * (1-x-x^3/(1-x)^2) ). 0
1, 1, 2, 6, 22, 87, 356, 1493, 6398, 27936, 123906, 556734, 2528668, 11590555, 53545932, 249065874, 1165482126, 5482782933, 25914899804, 123009541412, 586121731150, 2802470267460, 13441993044464, 64660400422341, 311861855749484, 1507802756171072, 7306422899878394 (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(n+k,k) * binomial(2*n,n-3*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1-x-x^3/(1-x)^2))/x)
(PARI) a(n) = sum(k=0, n\3, binomial(n+k, k)*binomial(2*n, n-3*k))/(n+1);
CROSSREFS
Sequence in context: A165533 A164651 A279566 * A150261 A308409 A150262
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 26 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 30 07:08 EDT 2024. Contains 375531 sequences. (Running on oeis4.)