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!)
A365844 Expansion of (1/x) * Series_Reversion( x*(1-x)^4/(1+x)^3 ). 3
1, 7, 74, 931, 12894, 189798, 2913980, 46140347, 748022678, 12354604274, 207148525484, 3516699607022, 60328735646620, 1044182053141612, 18212018061261600, 319771572646888811, 5647677332549552870, 100266714048150595770, 1788366334642393259292 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..n} binomial(4*n+k+3,k) * binomial(3*(n+1),n-k).
PROG
(PARI) a(n) = sum(k=0, n, binomial(4*n+k+3, k)*binomial(3*(n+1), n-k))/(n+1);
CROSSREFS
Sequence in context: A114472 A000901 A295245 * A341330 A266305 A098118
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 August 9 23:31 EDT 2024. Contains 375044 sequences. (Running on oeis4.)