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!)
A239305 Expansion of (4*x^4-5*x^3-x^2+3*x-1) / (2*x^5+3*x^4-4*x^3-3*x^2+4*x-1). 0
1, 1, 2, 6, 13, 31, 69, 153, 332, 712, 1509, 3169, 6603, 13669, 28142, 57674, 117741, 239587, 486193, 984353, 1989056, 4012636, 8083717, 16266181, 32698903, 65678221, 131827874, 264447198, 530221357, 1062664807, 2129046429 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = sum(k=0..n, ((k*n-1)*sum(i=0..n-k, 2^i*binomial(k+1,n-k-i)*binomial(k+i,k)*(-1)^(n-i+1)))/(k+1)).
G.f.: x*(x-1)*(4*x^3-x^2-2*x+1) / ( (-1+2*x)*(x^2+x-1)^2 ).
MATHEMATICA
CoefficientList[Series[(4*x^4-5*x^3-x^2+3*x-1) / (2*x^5+3*x^4-4*x^3-3*x^2+4*x-1), {x, 0, 20}], x] (* Vaclav Kotesovec, Mar 15 2014 *)
PROG
(Maxima)
a(n):=sum(((k*n-1)*sum(2^i*binomial(k+1, n-k-i)*binomial(k+i, k)*(-1)^(n-i+1), i, 0, n-k))/(k+1), k, 0, n);
CROSSREFS
Sequence in context: A369584 A336875 A219753 * A018013 A263899 A062424
KEYWORD
nonn,easy
AUTHOR
Vladimir Kruchinin, Mar 14 2014
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)