login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114225 A Pascal-Thue-Morse triangle. 1
1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 4, 5, 4, 1, 1, 5, 7, 7, 5, 1, 1, 6, 9, 11, 9, 6, 1, 1, 7, 11, 17, 17, 11, 7, 1, 1, 8, 13, 26, 33, 26, 13, 8, 1, 1, 9, 15, 39, 61, 61, 39, 15, 9, 1, 1, 10, 17, 57, 105, 126, 105, 57, 17, 10, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,5

COMMENTS

Row sums are A114226. Inverse has row sums 0^n.

FORMULA

As a number triangle, T(n, k)=sum{j=0..n-k, C(n-k, j)C(k, j)A010060(j+1)}; As a number triangle, T(n, k)=sum{j=0..n, C(n-k, n-j)C(k, j-k)A010060(j-k+1)}; As a number triangle, T(n, k)=if(k<=n, sum{j=0..n, C(k, j)C(n-k, n-j)A010060(k-j+1)}, 0); As a square array, T(n, k)=sum{j=0..n, C(n, j)C(k, j)A010060(j+1)}; As a square array, T(n, k)=sum{j=0..n+k, C(n, n+k-j)C(k, j-k)A010060(j-k+1)}; Column k has g.f. sum{j=0..k, C(k, j)A010060(j+1)(x/(1-x))^j}x^k/(1-x);

EXAMPLE

1;

1, 1;

1, 2, 1;

1, 3, 3, 1;

1, 4, 5, 4, 1;

1, 5, 7, 7, 5, 1;

1, 6, 9,11, 9, 6, 1;

1, 7,11,17,17,11, 7; 1;

1, 8,13,26,33,26,13, 8, 1;

CROSSREFS

Sequence in context: A132892 A174448 A077028 * A193515 A072704 A038792

Adjacent sequences:  A114222 A114223 A114224 * A114226 A114227 A114228

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Nov 18 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 14:37 EST 2012. Contains 205930 sequences.