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!)
A124731 Triangle, row sums = powers of 3, companion to A124730. 3
1, 2, 1, 4, 3, 2, 8, 7, 10, 2, 16, 15, 34, 12, 4, 32, 31, 98, 46, 32, 4, 64, 63, 258, 144, 156, 36, 8, 128, 127, 642, 402, 600, 192, 88, 8, 256, 255, 1538, 1044, 2004, 792, 560, 96, 16 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In A124730, the diagonals are switched. Row sums are powers of 3 in both triangles.
LINKS
FORMULA
Let M = the infinite bidiagonal matrix with (2,1,2,1...) in the main diagonal and (1,2,1,2...) in the subdiagonal. Extracting finite n X n matrices of this form, we take M^n * [1,0,0,0...].
EXAMPLE
Row 2 = (4, 3, 2) since (using the 3 X 3 matrix m = [2,0,0; 1,1,0; 0,2,2]), m^2 * [1,0,0] = [4,3,2].
First few rows of the triangle are:
1;
2, 1;
4, 3, 2;
8, 7, 10, 2;
16, 15, 34, 12, 4;
32, 31, 98, 46, 32, 4;
64, 63, 258, 144, 156, 36, 8;
...
CROSSREFS
Sequence in context: A144333 A126136 A140169 * A210658 A143122 A093067
KEYWORD
nonn,tabl
AUTHOR
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 10:51 EDT 2024. Contains 372332 sequences. (Running on oeis4.)