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!)
A366053 Expansion of (1/x) * Series_Reversion( x*(1-x)^4/(1-x+x^3) ). 3
1, 3, 15, 92, 628, 4579, 34917, 275041, 2220472, 18275896, 152780718, 1293657534, 11072033677, 95629771059, 832460471465, 7296161486583, 64331378963164, 570228657335744, 5078345448484216, 45418278349485960, 407749837317844851, 3673300856466182388 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} binomial(n+1,k) * binomial(4*n-2*k+2,n-3*k).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(n+1, k)*binomial(4*n-2*k+2, n-3*k))/(n+1);
CROSSREFS
Sequence in context: A020018 A124553 A369623 * A369114 A020108 A323696
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 July 14 13:51 EDT 2024. Contains 374318 sequences. (Running on oeis4.)