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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053439 Expansion of (1+x+2*x^3)/((1-x)*(1-x^2)^2). 0
1, 2, 4, 8, 11, 18, 22, 32, 37, 50, 56, 72, 79, 98, 106, 128, 137, 162, 172, 200, 211, 242, 254, 288, 301, 338, 352, 392, 407, 450, 466, 512, 529, 578, 596, 648, 667, 722, 742, 800, 821, 882, 904, 968, 991, 1058, 1082, 1152, 1177, 1250, 1276 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

Even: a(2*n)= 2* n^2 +n +1, odd: a(2*n-1)= 2* n^2. - Frank Ellermann, Feb 11, 2002

a(n)=sum{k=0..n, C(n, mod(k, 2)) } - Paul Barry (pbarry(AT)wit.ie), Jul 24 2003

MATHEMATICA

CoefficientList[Series[(1+x+2x^3)/((1-x)(1-x^2)^2), {x, 0, 50}], x] (* or *)

LinearRecurrence[{1, 2, -2, -1, 1}, {1, 2, 4, 8, 11}, 50] (* From Harvey P. Dale, Apr 26 2011 *)

CROSSREFS

Sequence in context: A010068 A120632 A007295 * A180379 A033956 A159693

Adjacent sequences:  A053436 A053437 A053438 * A053440 A053441 A053442

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Jan 12 2000

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 February 17 08:44 EST 2012. Contains 205998 sequences.