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!)
A270715 a(n) = ((n+2)/2)*Sum_{k=0..n/2}(Sum_{i=0..n-2*k} binomial(k+1,n-2*k-i)*binomial(k+i,k))/(k+1). 1
1, 3, 5, 10, 19, 35, 65, 120, 221, 407, 749, 1378, 2535, 4663, 8577, 15776, 29017, 53371, 98165, 180554, 332091, 610811, 1123457, 2066360, 3800629, 6990447, 12857437, 23648514, 43496399, 80002351, 147147265 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (-x^2+x+1)/((1-x)*(-x^3-x^2-x+1)).
MATHEMATICA
LinearRecurrence[{2, 0, 0, -1}, {1, 3, 5, 10}, 40] (* Harvey P. Dale, May 23 2017 *)
PROG
(Maxima)
a(n):=(n+2)/2*(sum(sum(binomial(k+1, n-2*k-i)*binomial(k+i, k), i, 0, n-2*k)/(k+1), k, 0, n/2));
(PARI) x='x+O('x^200); Vec((-x^2+x+1)/((1-x)*(-x^3-x^2-x+1))) \\ Altug Alkan, Mar 22 2016
CROSSREFS
Sequence in context: A320921 A084321 A323812 * A291735 A261050 A158943
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Mar 22 2016
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 28 22:13 EDT 2024. Contains 372921 sequences. (Running on oeis4.)