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.

A373344 Antidiagonal sums of A373343.

Original entry on oeis.org

1, 2, 4, 33, 394025, 201957164678370265209, 84193682293466007059985338904628711064119559738613309218248322664618484704217611109073
Offset: 1

Views

Author

Stefano Spezia, Jun 01 2024

Keywords

Comments

The next term is too large to be included in Data.

Crossrefs

Cf. A373343.

Programs

  • Mathematica
    A373343[n_,k_]:=(n!)^(n^(k-1))/n^k; a[n_]:=Sum[A373343[n-k+1,k],{k,n}]; Array[a,7]