Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A131087
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A131087 Triangle read by rows: T(n,k)=2*binom(n,k)-[1+(-1)^(n-k)]/2 (0<=k<=n). +0
2
1, 2, 1, 1, 4, 1, 2, 5, 6, 1, 1, 8, 11, 8, 1, 2, 9, 20, 19, 10, 1, 1, 12, 29, 40, 29, 12, 1, 2, 13, 42, 69, 70, 41, 14, 1, 1, 16, 55, 112, 139, 112, 55, 16, 1, 2, 17, 72, 167, 252, 251, 168, 71, 18, 1, 1, 20, 89, 240, 419, 504, 419, 240, 89, 20, 1, 2, 21, 110, 329, 660, 923, 924 (list; table; graph; listen)
OFFSET

0,2

COMMENT

Row sums = A084174: (1, 3, 6, 14, 29,...).

2*A007318 - A128174 as infinite lower triangular matrices. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 21 2007

FORMULA

G.f.=G(t,z)=(1+z-tz-2z^2+2tz^3)/[(1-z^2)(1-tz)(1-z-tz)]. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 21 2007

EXAMPLE

First few rows of the triangle are:

1;

2, 1;

1, 4, 1;

2, 5, 6, 1;

1, 8, 11, 8, 1;

2, 9, 20, 19, 10, 1;

1, 12, 29, 40, 29, 12, 1;

...

MAPLE

T := proc (n, k) options operator, arrow; 2*binomial(n, k)-1/2-(1/2)*(-1)^(n-k) end proc; for n from 0 to 11 do seq(T(n, k), k = 0 .. n) end do; # yields sequence in triangular form - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 21 2007

CROSSREFS

Cf. A128174, A084174.

Sequence in context: A105477 A127709 A131350 this_sequence A105475 A144389 A136321

Adjacent sequences: A131084 A131085 A131086 this_sequence A131088 A131089 A131090

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Jun 14 2007

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 21 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 2 15:58 EST 2008. Contains 150992 sequences.


AT&T Labs Research