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.

A357857 Number of (open and closed) trails in the complete undirected graph on n labeled vertices.

Original entry on oeis.org

1, 4, 21, 232, 14425, 3653196, 17705858989, 261353065517776, 241809117107232026097
Offset: 1

Views

Author

Max Alekseyev, Oct 16 2022

Keywords

Comments

Trails are directed and pass through each (undirected) edge at most once in either of the two directions.

Crossrefs

Formula

a(n) = n * A357855(n) + n * (n-1) * A357856(n).

Extensions

a(9) from Bert Dobbelaere, Oct 17 2022