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!)
A369630 Expansion of (1/x) * Series_Reversion( x * (1/(1+x^3) - x) ). 2
1, 1, 2, 6, 20, 70, 255, 960, 3707, 14598, 58395, 236626, 969275, 4007041, 16696822, 70053159, 295691622, 1254772103, 5349978803, 22907982780, 98466168572, 424713570017, 1837717336614, 7974744620620, 34698200181696, 151341512079231, 661590732178716 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} binomial(2*n-3*k+1,k) * binomial(2*n-3*k,n-3*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1/(1+x^3)-x))/x)
(PARI) a(n) = sum(k=0, n\3, binomial(2*n-3*k+1, k)*binomial(2*n-3*k, n-3*k))/(n+1);
CROSSREFS
Cf. A226974.
Sequence in context: A078482 A049128 A192540 * A185202 A340891 A049140
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 28 2024
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 June 30 10:10 EDT 2024. Contains 373866 sequences. (Running on oeis4.)