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!)
A369159 Expansion of (1/x) * Series_Reversion( x / ((1+x)^3+x^4) ). 2
1, 3, 12, 55, 274, 1443, 7905, 44593, 257305, 1511553, 9010170, 54361486, 331336454, 2037132958, 12619056108, 78682008194, 493427982703, 3110202012353, 19693920616872, 125214061831251, 799059649687239, 5116372686471627, 32860439054510610 (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(3*n-3*k+3,n-4*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x/((1+x)^3+x^4))/x)
(PARI) a(n) = sum(k=0, n\4, binomial(n+1, k)*binomial(3*n-3*k+3, n-4*k))/(n+1);
CROSSREFS
Sequence in context: A179848 A001764 A171780 * A216493 A216494 A366100
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 15 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 4 15:39 EDT 2024. Contains 372254 sequences. (Running on oeis4.)