Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A128966
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A128966 Triangle read by rows of coefficients of polynomials P[n](x) defined by P[0]=0, P[1]=x+1; for n >= 2, P[n]=(x+1)*P[n-1]+x*P[n-2]. +0
2
0, 1, 1, 1, 2, 1, 1, 4, 4, 1, 1, 6, 10, 6, 1, 1, 8, 20, 20, 8, 1, 1, 10, 34, 50, 34, 10, 1, 1, 12, 52, 104, 104, 52, 12, 1, 1, 14, 74, 190, 258, 190, 74, 14, 1, 1, 16, 100, 316, 552, 552, 316, 100, 16, 1, 1, 18, 130, 490, 1058, 1362, 1058, 490, 130, 18, 1, 1, 20, 164 (list; table; graph; listen)
OFFSET

0,5

COMMENT

A variant of A008288 (they satsify the same recurrence).

FORMULA

P[n](x) = (x+1) * ( ((x+1+sqrt(x^2+6x+1))/2)^n - ((x+1-sqrt(x^2+6x+1))/2)^n ) / sqrt(x^2+6x+1) - Max Alekseyev (maxale(AT)gmail.com), Mar 10 2008

P[n](x) = (x+1) * (sqrt(x)*I)^(n-1) * U[n-1](-I*(x+1)/sqrt(x)/2), where U[n](t) is Chebyshev polynomial of the 2nd kind. - Max Alekseyev (maxale(AT)gmail.com), Mar 10 2008

EXAMPLE

Triangle begins:

0

1, 1

1, 2, 1

1, 4, 4, 1

1, 6, 10, 6, 1

1, 8, 20, 20, 8, 1

1, 10, 34, 50, 34, 10, 1

1, 12, 52, 104, 104, 52, 12, 1

1, 14, 74, 190, 258, 190, 74, 14, 1

1, 16, 100, 316, 552, 552, 316, 100, 16, 1

MAPLE

P[0]:=0;

P[1]:=x+1;

for n from 2 to 14 do

P[n]:=expand((x+1)*P[n-1]+x*P[n-2]);

lprint(P[n]);

lprint(seriestolist(series(P[n], x, 200)));

od:

PROGRAM

(PARI) { T(n, k) = sum(m=0, (n-1)\2, binomial(n, 2*m+1) * sum(j=0, m, binomial(m, j) * binomial(n-2*j, k-j) * 2^(2*j+1-n) ) ) } - Max Alekseyev (maxale(AT)gmail.com), Mar 10 2008

CROSSREFS

Sequence in context: A156580 A157528 A132731 this_sequence A055907 A096806 A116672

Adjacent sequences: A128963 A128964 A128965 this_sequence A128967 A128968 A128969

KEYWORD

nonn,tabl

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), May 10 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 November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research