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!)
A367414 Expansion of (1/x) * Series_Reversion( x * (1-x-x^4/(1-x)^2) ). 3
1, 1, 2, 5, 15, 51, 187, 715, 2800, 11138, 44846, 182476, 749566, 3105575, 12966165, 54505650, 230508612, 980045835, 4186600220, 17960356014, 77343359518, 334217730014, 1448771849516, 6298222363395, 27452466169243, 119949953637406, 525284132440963 (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-k,n-4*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1-x-x^4/(1-x)^2))/x)
(PARI) a(n) = sum(k=0, n\4, binomial(n+k, k)*binomial(2*n-k, n-4*k))/(n+1);
CROSSREFS
Sequence in context: A149955 A007581 A124303 * A073525 A369481 A366096
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 June 27 17:10 EDT 2024. Contains 373747 sequences. (Running on oeis4.)