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!)
A367317 Expansion of (1/x) * Series_Reversion( x * (1-x-x^4/(1-x)) ). 3
1, 1, 2, 5, 15, 50, 177, 649, 2436, 9307, 36080, 141610, 561732, 2248709, 9073415, 36863549, 150676275, 619169360, 2556446520, 10600160707, 44121921044, 184291848864, 772204252280, 3244999395406, 13672564904027, 57749354647408, 244469827514066 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/4)} binomial(n+k,k) * binomial(2*n-2*k,n-4*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1-x-x^4/(1-x)))/x)
(PARI) a(n) = sum(k=0, n\4, binomial(n+k, k)*binomial(2*n-2*k, n-4*k))/(n+1);
CROSSREFS
Sequence in context: A370801 A024718 A149951 * A157135 A196836 A365247
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 14 11:07 EDT 2024. Contains 375159 sequences. (Running on oeis4.)