login
The OEIS is supported by the many generous donors 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; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row sums are A114226. Inverse has row sums 0^n.
LINKS
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 A259874 A256141
KEYWORD
easy,nonn,tabl
AUTHOR
Paul Barry, Nov 18 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 8 14:51 EDT 2024. Contains 372334 sequences. (Running on oeis4.)