VOOZH
about
URL: https://oeis.org/A130888
⇱ A130888 - OEIS
login
A130888
Triangle read by rows,
A051731
(n,k) dot (1, 3, 7, 15, ...) with like numbers of terms.
0
1, 1, 3, 1, 0, 7, 1, 3, 0, 15, 1, 0, 0, 0, 31, 1, 3, 7, 0, 0, 63, 1, 0, 0, 0, 0, 0, 127, 1, 3, 0, 15, 0, 0, 0, 255
(
list
;
table
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,3
COMMENTS
Row sums =
A130887
: (1, 4, 8, 19, 32, 74, 128, 274, 519, 1058, ...).
LINKS
Table of n, a(n) for n=1..36.
FORMULA
Triangle read by rows, dot product of each row of
A051731
and the same number of terms in the series (1, 3, 7, 15, ...).
G.f.: Sum_{k>0} (2^k-1)*(x*y)^k/(1-x^k). -
Vladeta Jovovic
, Dec 02 2008
EXAMPLE
First few rows of the triangle:
1;
1, 3;
1, 0, 7;
1, 3, 0, 15;
1, 0, 0, 0, 31;
1, 3, 7, 0, 0, 63;
...
Row 4 = (1, 3, 0, 15) = (1, 1, 0, 1) dot (1, 3, 7, 15); where (1, 1, 0, 1) = row 4 of
A051731
.
CROSSREFS
Cf.
A051731
,
A130887
.
Sequence in context:
A074678
A363976
A201586
*
A010601
A176108
A110504
Adjacent sequences:
A130885
A130886
A130887
*
A130889
A130890
A130891
KEYWORD
nonn
,
tabl
AUTHOR
Gary W. Adamson
, Jun 07 2007
STATUS
approved