The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A366050 Expansion of (1/x) * Series_Reversion( x*(1-x)^4/(1-x+x^2) ). 2
1, 3, 16, 104, 750, 5769, 46373, 384885, 3273118, 28372354, 249762585, 2226782078, 20065651123, 182457467898, 1672073116401, 15427427247088, 143191280370438, 1336062703751262, 12524930325385008, 117910257665608080, 1114233543986585741 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/2)} binomial(n+1,k) * binomial(4*n-k+2,n-2*k).
PROG
(PARI) a(n) = sum(k=0, n\2, binomial(n+1, k)*binomial(4*n-k+2, n-2*k))/(n+1);
CROSSREFS
Sequence in context: A365752 A207434 A074542 * A368934 A344216 A105622
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 27 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 June 5 10:35 EDT 2024. Contains 373105 sequences. (Running on oeis4.)