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.

A371765 Row sums of A371994.

Original entry on oeis.org

1, 1, 6, 81, 1926, 71766, 3880476, 287932581, 28108272006, 3494212490826, 539028311478516, 101049632261714826, 22626867774953688156, 5964834674702550872556, 1828591301647701626873976, 645038015434867327440540141, 259424571204386832712110985926
Offset: 0

Views

Author

Peter Luschny, Apr 21 2024

Keywords

Crossrefs

Cf. A371994.

Programs

  • SageMath
    print([sum(row) for row in A371994_triangle(17)])