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!)
A369214 Expansion of (1/x) * Series_Reversion( x * ((1-x)^2-x^3) ). 3
1, 2, 7, 31, 155, 833, 4696, 27393, 163944, 1001022, 6211049, 39048685, 248213672, 1592561156, 10300192220, 67083304750, 439571860881, 2895898913453, 19169805142929, 127442939722175, 850536450459795, 5696270624620125, 38271171118343550 (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+k,k) * binomial(3*n-k+1,n-3*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*((1-x)^2-x^3))/x)
(PARI) a(n) = sum(k=0, n\3, binomial(n+k, k)*binomial(3*n-k+1, n-3*k))/(n+1);
CROSSREFS
Sequence in context: A366052 A368931 A007863 * A302061 A030823 A030873
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 16 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 May 6 07:22 EDT 2024. Contains 372290 sequences. (Running on oeis4.)