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.

A363912 Row sums of A363733.

Original entry on oeis.org

1, 1, 2, 5, 12, 30, 80, 236, 782, 2872, 11551, 50208, 233475, 1153424, 6022129, 33094892, 190798443, 1150698311, 7241821945, 47455029775, 323155438297, 2282781968327, 16700909857189, 126356647220803, 987303496571557, 7957134024398329, 66071773173223712
Offset: 0

Views

Author

Peter Luschny, Jun 28 2023

Keywords

Crossrefs

Cf. A363733.

Programs

  • Maple
    # Using function A from A363733.
    seq(add(A(n - k, k), k = 0..n), n = 0..26);