The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A243633 Expansion of (4*x^3-6*x^2+4*x-1)/(5*x^3-8*x^2+5*x-1). 0
1, 1, 3, 8, 21, 56, 152, 417, 1149, 3169, 8738, 24083, 66356, 182806, 503597, 1387317, 3821839, 10528644, 29005093, 79905508, 220130016, 606431481, 1670644817, 4602422317, 12679110454, 34929397819, 96226217048, 265091454958 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = sum(m=0..n, sum(k=0..n/2, binomial(m+k-1,k)*binomial(n+m-1,n-4*k-m))).
A(x) = 1/(1-F(x)), where F(x) is g.f. A038504.
PROG
(Maxima)
a(n):=sum(sum(binomial(m+k-1, k)*binomial(n+m-1, n-4*k-m), k, 0, n/2), m, 0, n);
CROSSREFS
Sequence in context: A128105 A085560 A318900 * A094374 A008909 A006835
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Jun 08 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 June 5 12:10 EDT 2024. Contains 373105 sequences. (Running on oeis4.)