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.

A366137 Main diagonal of A365673.

Original entry on oeis.org

1, 1, 3, 34, 1385, 151416, 34988647, 14652451360, 10043767063521, 10488938037348736, 15823297170233169371, 33093543421485325857024, 92866643063435821361785225, 340452463858281665211769947136, 1594758692956372710911812262365695, 9367635873493885183992990317902544896
Offset: 0

Views

Author

Peter Luschny, Sep 30 2023

Keywords

Comments

See the formulas in A365673.

Crossrefs

Cf. A365673.

Programs

  • Maple
    # Using function T from A365673.
    seq(T(n, n, n), n = 0..15);