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!)
A270307 Expansion of -(4*x^3+8*x^2+4*x+1)/(2*x^4+4*x^3+2*x^2-x-1). 1
1, 3, 7, 7, 21, 27, 57, 95, 169, 303, 529, 943, 1665, 2943, 5217, 9215, 16321, 28863, 51073, 90367, 159873, 282879, 500481, 885503, 1566721, 2771967, 4904449, 8677375, 15352833, 27163647, 48060417, 85032959, 150448129, 266186751, 470962177 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (n+1)*Sum_{k=0..n}(Sum_{l=0..n-k}(binomial(k+1,l)*2^l*(-1)^(n-l-k)*binomial(n-2*l,n-l-k))/(k+1)).
MATHEMATICA
LinearRecurrence[{-1, 2, 4, 2}, {1, 3, 7, 7}, 50] (* Harvey P. Dale, Apr 11 2017 *)
PROG
(Maxima)
a(n):=(n+1)*sum(sum(binomial(k+1, l)*2^l*(-1)^(n-l-k)*binomial(n-2*l, n-l-k), l, 0, n-k)/(k+1), k, 0, n);
CROSSREFS
Cf. A001405.
Sequence in context: A212286 A157102 A226512 * A261480 A121172 A341539
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Mar 15 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 14 06:43 EDT 2024. Contains 372528 sequences. (Running on oeis4.)