Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132460
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132460 Triangle read by rows of the initial [n/2]+1 coefficients of 1/C(x)^n, where C(x) is the g.f. of the Catalan sequence (A000108). +0
2
1, 1, 1, -2, 1, -3, 1, -4, 2, 1, -5, 5, 1, -6, 9, -2, 1, -7, 14, -7, 1, -8, 20, -16, 2, 1, -9, 27, -30, 9, 1, -10, 35, -50, 25, -2, 1, -11, 44, -77, 55, -11, 1, -12, 54, -112, 105, -36, 2, 1, -13, 65, -156, 182, -91, 13, 1, -14, 77, -210, 294, -196, 49, -2 (list; table; graph; listen)
OFFSET

0,4

COMMENT

Essentially equals a signed version of A034807, the triangle of Lucas polynomials. The initial n coefficients of 1/C(x)^n consist of row n followed by [(n-1)/2] zeros for n>0.

FORMULA

T(n,k) = (-1)^k*( C(n-k,k) + C(n-k-1,k-1) ) for n>=0, 0<=k<=[n/2].

EXAMPLE

Triangle begins:

1;

1;

1, -2;

1, -3;

1, -4, 2;

1, -5, 5;

1, -6, 9, -2;

1, -7, 14, -7;

1, -8, 20, -16, 2;

1, -9, 27, -30, 9;

1, -10, 35, -50, 25, -2;

1, -11, 44, -77, 55, -11;

1, -12, 54, -112, 105, -36, 2;

1, -13, 65, -156, 182, -91, 13;

1, -14, 77, -210, 294, -196, 49, -2; ...

PROGRAM

(PARI) {T(n, k)=if(k>n\2, 0, (-1)^k*(binomial(n-k, k)+binomial(n-k-1, k-1)))}

CROSSREFS

Cf. A132461 (row squared sums); A034807 (Lucas polynomials); A000108.

Sequence in context: A113398 A056538 A120385 this_sequence A067734 A067004 A117920

Adjacent sequences: A132457 A132458 A132459 this_sequence A132461 A132462 A132463

KEYWORD

sign,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 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 3 01:16 EST 2008. Contains 151161 sequences.


AT&T Labs Research