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!)
A365754 Expansion of (1/x) * Series_Reversion( x*(1-x)/(1+x)^4 ). 12
1, 5, 36, 305, 2833, 27916, 286632, 3033513, 32858595, 362515725, 4059475368, 46021411644, 527163783916, 6092053249160, 70939443268112, 831558454663449, 9804617762941095, 116201796106426543, 1383557994261012100, 16541672701743657545, 198510770031798279825 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..n} binomial(n+k,k) * binomial(4*(n+1),n-k).
a(n) = (1/(n+1)) * [x^n] ( (1+x)^4 / (1-x) )^(n+1). - Seiichi Manyama, Feb 17 2024
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+k, k)*binomial(4*(n+1), n-k))/(n+1);
CROSSREFS
Cf. A365752.
Sequence in context: A135149 A269007 A246510 * A341961 A278576 A286765
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 August 22 23:25 EDT 2024. Contains 375369 sequences. (Running on oeis4.)