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!)
A366119 Expansion of (1/x) * Series_Reversion( x*(1+x+x^3)/(1+x)^5 ). 4
1, 4, 22, 139, 950, 6831, 50899, 389402, 3040433, 24127641, 194015198, 1577355740, 12943616840, 107061667210, 891666351501, 7471125565836, 62932782325745, 532621542290355, 4526846632642489, 38621126867786485, 330635368752515710, 2839444812305017875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} (-1)^k * binomial(n+k,k) * binomial(4*n-k+4,n-3*k).
PROG
(PARI) a(n) = sum(k=0, n\3, (-1)^k*binomial(n+k, k)*binomial(4*n-k+4, n-3*k))/(n+1);
CROSSREFS
Sequence in context: A097593 A188686 A025756 * A200731 A193116 A187254
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 29 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 July 18 17:38 EDT 2024. Contains 374388 sequences. (Running on oeis4.)