login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077905 Expansion of 1/(1 - x^2 - x^3 + x^4). 0
1, 0, 1, 1, 0, 2, 0, 1, 2, -1, 3, 0, 0, 4, -3, 4, 1, -3, 8, -6, 4, 5, -10, 15, -9, 0, 16, -24, 25, -8, -15, 41, -48, 34, 8, -55, 90, -81, 27, 64, -144, 172, -107, -36, 209, -315, 280, -70, -244, 525, -594, 351, 175, -768, 1120, -944, 177, 944, -1887, 2065, -1120, -766, 2832, -3951, 3186, -353, -3597, 6784, -7136 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,6

LINKS

Table of n, a(n) for n=0..68.

FORMULA

a(n)=sum(k=1..n/2, sum(j=0..k, binomial(j,n-4*k+2*j)*(-1)^(k-j)*binomial(k,j))), n>0, a(0)=1. [From Vladimir Kruchinin, Oct 21 2011]

EXAMPLE

a(n)=sum(k=1..n/2, sum(j=0..k, binomial(j,n-4*k+2*j)*(-1)^(k-j)*binomial(k,j))), n>0, a(0)=1. [From Vladimir Kruchinin, Oct 21 2011]

MATHEMATICA

CoefficientList[ Series[1/((1 - x) (1 + x - x^3)), {x, 0, 68}], x] (* Robert G. Wilson v, 29 Oct 2011 *)

CROSSREFS

Sequence in context: A029389 A025835 A029277 * A131331 A020513 A029276

Adjacent sequences:  A077902 A077903 A077904 * A077906 A077907 A077908

KEYWORD

sign

AUTHOR

N. J. A. Sloane, Nov 17 2002

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 20 04:02 EDT 2013. Contains 226418 sequences.