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!)
A369513 Expansion of (1/x) * Series_Reversion( x * ((1-x)^3-x^2)^2 ). 1
1, 6, 59, 704, 9317, 131534, 1940819, 29572146, 461725783, 7348829928, 118788308725, 1944758772450, 32180850839619, 537370617961928, 9043679909643500, 153238910560266234, 2612067747321247779, 44760267182734834916, 770626480741892413249 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/2)} binomial(2*n+k+1,k) * binomial(7*n+k+5,n-2*k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serreverse(x*((1-x)^3-x^2)^2)/x)
(PARI) a(n) = sum(k=0, n\2, binomial(2*n+k+1, k)*binomial(7*n+k+5, n-2*k))/(n+1);
CROSSREFS
Sequence in context: A224757 A354864 A114501 * A256035 A296169 A089153
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 25 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 July 16 11:57 EDT 2024. Contains 374347 sequences. (Running on oeis4.)