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!)
A366070 Expansion of (1/x) * Series_Reversion( x*(1+x-x^2)/(1+x)^5 ). 0
1, 4, 23, 155, 1143, 8932, 72682, 609348, 5227035, 45659020, 404756300, 3632075109, 32928392154, 301152242600, 2775117150576, 25741623112539, 240162703635495, 2252187478291088, 21217451539791085, 200709823787548845, 1905712342347978340 (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+k,k) * binomial(4*n-k+4,n-2*k).
PROG
(PARI) a(n) = sum(k=0, n\2, binomial(n+k, k)*binomial(4*n-k+4, n-2*k))/(n+1);
CROSSREFS
Sequence in context: A055723 A364478 A271469 * A007297 A263843 A326350
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 June 11 00:20 EDT 2024. Contains 373283 sequences. (Running on oeis4.)