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!)
A366099 Expansion of (1/x) * Series_Reversion( x*(1+x-x^4)/(1+x)^3 ). 2
1, 2, 5, 14, 43, 143, 507, 1885, 7247, 28523, 114190, 463179, 1898892, 7855615, 32754687, 137520639, 580920600, 2467305352, 10530055735, 45135757683, 194224957674, 838729701308, 3633559928326, 15787558766909, 68780335280091, 300391273651651, 1314927603572310 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/4)} binomial(n+k,k) * binomial(2*n-k+2,n-4*k).
PROG
(PARI) a(n) = sum(k=0, n\4, binomial(n+k, k)*binomial(2*n-k+2, n-4*k))/(n+1);
CROSSREFS
Sequence in context: A005425 A035349 A155888 * A254314 A249562 A006789
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 29 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 May 2 12:20 EDT 2024. Contains 372196 sequences. (Running on oeis4.)