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.

A372312 Row sums of A372311.

Original entry on oeis.org

1, 2, 15, 292, 10845, 653406, 58018051, 7123041416, 1155276253305, 239189245299010, 61550396579410431, 19268616527909790636, 7210621330821550184725, 3178541959877575827583334, 1630110354806890680999093435, 962286069560027427207269245456
Offset: 0

Views

Author

Peter Luschny, Apr 26 2024

Keywords

Crossrefs

Programs

  • Maple
    S := (n, k) -> local j; n^k*add(eulerian1(n, j)*binomial(n-j, n-k), j = 0..n):
    seq(add(S(n, k), k = 0..n), n = 0..15);