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!)
A365845 Expansion of (1/x) * Series_Reversion( x*(1-x)^5/(1+x)^3 ). 3
1, 8, 97, 1400, 22243, 375584, 6614508, 120136984, 2234022775, 42322629960, 813939319697, 15849232257824, 311858145053076, 6191083938051840, 123852349440862504, 2494251111318893400, 50526944132627936127, 1028872756710478785560 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..n} binomial(5*n+k+4,k) * binomial(3*(n+1),n-k).
PROG
(PARI) a(n) = sum(k=0, n, binomial(5*n+k+4, k)*binomial(3*(n+1), n-k))/(n+1);
CROSSREFS
Sequence in context: A218451 A262777 A367493 * A292747 A083182 A302277
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 May 23 10:34 EDT 2024. Contains 372760 sequences. (Running on oeis4.)