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!)
A366056 Expansion of (1/x) * Series_Reversion( x*(1-x)^4/(1-x+x^4) ). 3
1, 3, 15, 91, 613, 4408, 33143, 257400, 2048825, 16625940, 137033316, 1144010387, 9653706723, 82208879366, 705587243802, 6097408839400, 53007770199641, 463269048213536, 4067950092964440, 35871913838983980, 317533385082542404, 2820492099258807887 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/4)} binomial(n+1,k) * binomial(4*n-3*k+2,n-4*k).
PROG
(PARI) a(n) = sum(k=0, n\4, binomial(n+1, k)*binomial(4*n-3*k+2, n-4*k))/(n+1);
CROSSREFS
Sequence in context: A366090 A171790 A006632 * A369161 A159928 A020018
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 27 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 16 22:04 EDT 2024. Contains 375979 sequences. (Running on oeis4.)