Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A099509
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A099509 Triangle, read by rows, of trinomial coefficients arranged so that there are n+1 terms in row n by setting T(n,k) equal to the coefficient of z^k in (1 + z + z^2)^(n-[k/2]), for n>=k>=0, where [k/2] is the integer floor of k/2. +0
5
1, 1, 1, 1, 2, 1, 1, 3, 3, 2, 1, 4, 6, 7, 1, 1, 5, 10, 16, 6, 3, 1, 6, 15, 30, 19, 16, 1, 1, 7, 21, 50, 45, 51, 10, 4, 1, 8, 28, 77, 90, 126, 45, 30, 1, 1, 9, 36, 112, 161, 266, 141, 126, 15, 5, 1, 10, 45, 156, 266, 504, 357, 393, 90, 50, 1, 1, 11, 55, 210, 414, 882, 784, 1016, 357 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sums form absolute values of A078039. In general if T(n,k) = coefficient of z^k in (a + b*z + c*z^2)^(n-[k/2]), then the resulting number triangle will have the o.g.f.: ((1-a*x-c*x^2*y^2) + b*x*y)/((1-a*x-c*x^2*y^2)^2 - x*(b*x*y)^2).

FORMULA

G.f.: (1-x+x*y-x^2*y^2)/((1-x)^2-2*x^2*y^2+x^3*y^2+x^4*y^4).

EXAMPLE

Rows begin:

[1],

[1,1],

[1,2,1],

[1,3,3,2],

[1,4,6,7,1],

[1,5,10,16,6,3],

[1,6,15,30,19,16,1],

[1,7,21,50,45,51,10,4],

[1,8,28,77,90,126,45,30,1],

[1,9,36,112,161,266,141,126,15,5],...

and can be derived from coefficients of (1+z+z^2)^n:

[1],

[1,1,1],

[1,2,3,2,1],

[1,3,6,7,6,3,1],

[1,4,10,16,19,16,10,4,1],

[1,5,15,30,45,51,45,30,15,5,1],...

by shifting each column k down by [k/2] rows.

PROGRAM

(PARI) T(n, k)=if(n<k|k<0, 0, polcoeff((1+z+z^2+z*O(z^k))^(n-k\2), k, z))

CROSSREFS

Cf. A027907, A078039, A099510.

Sequence in context: A100640 A144401 A034929 this_sequence A153859 A131336 A052253

Adjacent sequences: A099506 A099507 A099508 this_sequence A099510 A099511 A099512

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 20 2004

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 21 10:15 EST 2009. Contains 171081 sequences.


AT&T Labs Research