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.

A326997 Antidiagonal sums of A327001.

Original entry on oeis.org

1, 2, 4, 8, 19, 75, 866, 38546, 6435801, 4411898775, 12497557933746, 172551409850674506, 10689931902245247171663, 3609784804719064481553949028, 6092547417568499138450938430843772, 57094466457110460366185443558858325798634
Offset: 0

Views

Author

Peter Luschny, Aug 13 2019

Keywords

Programs

  • Maple
    seq(add(A327001(n-k, k), k=0..n), n=0..15);