[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A157031
Triangle A054521 * A157019, where A054521 = an infinite lower triangular matrix and A157019 = a vector [1, 2, 2, 4, 2, 8, 2, 10, 8, ...].
1
1, 1, 3, 3, 9, 3, 19, 7, 21, 13, 51, 7, 87, 17, 39, 51, 175, 11, 239, 21, 169, 111, 415, 15, 489, 185, 313, 219, 1017, 15, 1413, 283, 763, 415, 981, 513, 3057, 839, 1259, 497, 4425, 93, 5605, 893, 1311, 2259, 7505, 521, 8267, 1429, 5473, 3311, 13821, 1449, 11135, 4095
OFFSET
1,3
EXAMPLE
a(4) = 3 = (1, 0, 1, 0) dot (1, 2, 2, 4) = (1 + 0 + 2 + 0), where (1, 0, 1, 0) equals row 4 of triangle A054521.
MAPLE
A157031 := proc(n)
add(A054521(n, k)*A157019(k), k=1..n) ;
end proc: # R. J. Mathar, Jul 21 2015
CROSSREFS
Sequence in context: A166466 A068219 A337461 * A113213 A088032 A348397
KEYWORD
nonn
AUTHOR
STATUS
approved