|
| |
|
|
A160477
|
|
Row sums of the Zeta triangle A160474
|
|
1
| |
|
|
-1, 41, -7843, 252769, -69838386, 32793164357, -1610849246753, 3511931460657095, -16239361950453107572, 8129795565691811281818, -22648638361771185452289570, 3264253036763451979723532099
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 2,2
|
|
|
COMMENTS
| In order to determine the row sums the Maple line that can is given below should be added to the Zeta triangle algorithm of A160474.
|
|
|
MAPLE
| for n from 2 to nmax do s(n):=0: for m from 1 to n-1 do s(n):=s(n) + ZETA(n, m) od: od: seq(s(n), n=2..nmax);
|
|
|
CROSSREFS
| A160474 is the Zeta triangle.
Sequence in context: A101830 A091758 A104301 * A199652 A198713 A201171
Adjacent sequences: A160474 A160475 A160476 * A160478 A160479 A160480
|
|
|
KEYWORD
| easy,sign
|
|
|
AUTHOR
| Johannes W. Meijer (meijgia(AT)hotmail.com), May 24 2009
|
| |
|
|