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.

A137975 Row sums of A139621, number of connected directed multigraphs with loops and no vertex of degree 0, with n arcs.

Original entry on oeis.org

1, 2, 8, 32, 167, 928, 5924, 40211, 293370, 2255406, 18201706, 153176115, 1339271815, 12124484941, 113362749476, 1092329626380, 10827837622018, 110249198676581, 1151562885666429, 12324860339781102, 135026515460855978, 1512882677086123938, 17321462912397361409, 202503301170606347695, 2415733704608822524946, 29387239261415606708127
Offset: 0

Views

Author

Benoit Jubin, May 01 2008, May 10 2008

Keywords

Comments

Inverse Euler transform of A052171.

Crossrefs

Row sums of A139621.

Programs

  • PARI
    \\ See A139621 for G, InvEulerMT.
    seq(n)={vecsum([Vec(p+O(y^n), -n) | p<-InvEulerMT(vector(n, k, G(k, y + O(y^n))))])} \\ Andrew Howroyd, Oct 22 2019

Extensions

Data corrected to match A052171. - R. J. Mathar, Jul 25 2017