A153288 A triangular sequence designed with row sums 2*3^n with first column A064263.
2, 3, 3, 2, 14, 2, 2, 25, 25, 2, 2, 36, 86, 36, 2, 2, 47, 194, 194, 47, 2, 2, 58, 302, 734, 302, 58, 2, 2, 69, 410, 1706, 1706, 410, 69, 2, 2, 80, 518, 3390, 5142, 3390, 518, 80, 2
Offset: 0
Examples
{2}, {3, 3}, {2, 14, 2}, {2, 25, 25, 2}, {2, 36, 86, 36, 2}, {2, 47, 194, 194, 47, 2}, {2, 58, 302, 734, 302, 58, 2}, {2, 69, 410, 1706, 1706, 410, 69, 2}, {2, 80, 518, 3390, 5142, 3390, 518, 80, 2}
Crossrefs
Programs
-
Mathematica
(* first column : A064263*) b = {{2}, {3, 3}, {2, 14, 2}, {2, 25, 25, 2}, {2, 36, 86, 36, 2}, {2, 47, 194, 194, 47, 2}, {2, 58, 302, 734, 302, 58, 2}, {2, 69, 410, 1706, 1706, 410, 69, 2}, {2, 80, 518, 3390, 5142, 3390, 518, 80, 2}} Flatten[b]
Comments