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”).

A292607
Alternating rows sums of A292606.
2
1, 1, 68, 32674, 57723632, 271473334576, 2800120560949568, 55651949496456964624, 1942583997186585626968832, 111073820056887200817614238976, 9853491064021356425337726078215168, 1298413151833835358460655821358916826624, 245239739577111045856575275575622149212434432
OFFSET
0,3
MAPLE
a := proc(n) A292606_row(n); add((-1)^k*%[k+1], k=0..n) end: seq(a(n), n=0..12);
CROSSREFS
Cf. A292606.
Sequence in context: A230685 A093234 A177666 * A211311 A367529 A203757
KEYWORD
nonn
AUTHOR
Peter Luschny, Sep 26 2017
STATUS
approved