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!)
A365764 Expansion of (1/x) * Series_Reversion( x*(1-x)^3/(1+x) ). 3
1, 4, 25, 188, 1563, 13840, 127972, 1221260, 11938471, 118936100, 1203155633, 12325599632, 127611357300, 1333153669632, 14035828918560, 148773617605036, 1586305110768863, 17002975960876300, 183102052226442475, 1980078493171083292, 21493846031259095539 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..n} binomial(n+1,k) * binomial(4*n-k+2,n-k) = (1/(n+1)) * Sum_{k=0..n} binomial(3*n+k+2,k) * binomial(n+1,n-k).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+1, k)*binomial(4*n-k+2, n-k))/(n+1);
CROSSREFS
Cf. A365751.
Sequence in context: A369479 A166697 A054368 * A135147 A221382 A215791
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 18 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 18 01:35 EDT 2024. Contains 375995 sequences. (Running on oeis4.)