cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A292607 Alternating rows sums of A292606.

Original entry on oeis.org

1, 1, 68, 32674, 57723632, 271473334576, 2800120560949568, 55651949496456964624, 1942583997186585626968832, 111073820056887200817614238976, 9853491064021356425337726078215168, 1298413151833835358460655821358916826624, 245239739577111045856575275575622149212434432
Offset: 0

Views

Author

Peter Luschny, Sep 26 2017

Keywords

Crossrefs

Cf. A292606.

Programs

  • Maple
    a := proc(n) A292606_row(n); add((-1)^k*%[k+1], k=0..n) end: seq(a(n), n=0..12);