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!)
A365839 Expansion of (1/x) * Series_Reversion( x*(1-x)^3/(1+x)^2 ). 2
1, 5, 38, 345, 3454, 36786, 408848, 4687969, 55048310, 658645110, 8001060132, 98419541226, 1223430822028, 15344868505700, 193952279202660, 2467977904556145, 31589883835911846, 406463726382152142, 5254324418131556900, 68206459568715464110, 888731044203480723076 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..n} binomial(3*n+k+2,k) * binomial(2*(n+1),n-k).
PROG
(PARI) a(n) = sum(k=0, n, binomial(3*n+k+2, k)*binomial(2*(n+1), n-k))/(n+1);
CROSSREFS
Sequence in context: A228657 A370476 A369480 * A113207 A158266 A355380
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 20 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 September 17 12:06 EDT 2024. Contains 375987 sequences. (Running on oeis4.)