Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A103631
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A103631 Triangle read by rows: an invertible triangle whose row sums are F(n+1). +0
4
1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 2, 1, 0, 1, 1, 3, 2, 1, 0, 1, 1, 4, 3, 3, 1, 0, 1, 1, 5, 4, 6, 3, 1, 0, 1, 1, 6, 5, 10, 6, 4, 1, 0, 1, 1, 7, 6, 15, 10, 10, 4, 1, 0, 1, 1, 8, 7, 21, 15, 20, 10, 5, 1, 0, 1, 1, 9, 8, 28, 21, 35, 20, 15, 5, 1, 0, 1, 1, 10, 9, 36, 28, 56, 35, 35, 15, 6, 1, 0, 1, 1, 11 (list; table; graph; listen)
OFFSET

0,14

COMMENT

Triangle inverse has general term (-1)^(n-k)*binomial(floor(n/2),n-k)}. Diagonal sums are A103632.

Triangle T(n,k), 0<=k<=n, rad by rows, given by [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...] DELTA [1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, ...] where DELTA is the operator defined in A084938 . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Oct 08 2005

Row sums are Fibonacci numbers (A000045).

FORMULA

Number triangle T(n, k)=binomial(floor((2n-k-1)/2), n-k)

EXAMPLE

Rows begin {1}, {0,1}, {0,1,1}, {0,1,1,1}, {0,1,1,2,1},..

MATHEMATICA

A polynomial recursion which produces this triangle: p(x, n) = p(x, n - 1) + x^2*p(x, n - 2). - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 27 2008

p[x, -1] = 0; p[x, 0] = 1; p[x, 1] = x; p[x, 2] = x + x^2; p[x_, n_] := p[x, n] = p[x, n - 1] + x^2*p[x, n - 2]; Table[ExpandAll[p[x, n]], {n, 0, 10}]; a = Table[CoefficientList[p[x, n], x], {n, 0, 10}]; Flatten[a] - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 27 2008

CROSSREFS

Cf. A103633.

Sequence in context: A137560 A131255 A133607 this_sequence A083856 A081718 A129634

Adjacent sequences: A103628 A103629 A103630 this_sequence A103632 A103633 A103634

KEYWORD

easy,nonn,tabl

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Feb 11 2005

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research