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.

A356118 Row sums of A174159.

Original entry on oeis.org

1, 1, 2, 7, 34, 198, 1308, 9651, 79210, 720898, 7240804, 79774814, 957795188, 12453298700, 174353907960, 2615339041155, 41845544418330, 711374726547210, 12804746933817300, 243290199050400810, 4865804009789159580, 102181884318952612980, 2248001455463732796360
Offset: 0

Views

Author

Peter Luschny, Jul 27 2022

Keywords

Crossrefs

Cf. A174159.

Programs

  • Mathematica
    a[n_] := Sum[A174159[n, k], {k, 0, n}]; Table[a[n], {n, 0, 22}]