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!)
A369160 Expansion of (1/x) * Series_Reversion( x * ((1-x)^2-x^4) ). 3
1, 2, 7, 30, 144, 742, 4012, 22458, 129035, 756602, 4509141, 27233726, 166320987, 1025356360, 6372494608, 39882831334, 251146002084, 1590079213920, 10115878798130, 64634124182670, 414578955678690, 2668578654593970, 17232252926468640, 111602332042716450 (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+k,k) * binomial(3*n-2*k+1,n-4*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*((1-x)^2-x^4))/x)
(PARI) a(n) = sum(k=0, n\4, binomial(n+k, k)*binomial(3*n-2*k+1, n-4*k))/(n+1);
CROSSREFS
Sequence in context: A358964 A366055 A368932 * A243632 A196148 A193464
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 September 16 19:55 EDT 2024. Contains 375977 sequences. (Running on oeis4.)