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.

A005331 Certain subgraphs of a directed graph (binomial transform of A005321).

Original entry on oeis.org

1, 2, 5, 20, 179, 4082, 218225, 25316720, 6135834479, 3047003143022, 3067545380897645, 6223557209578656620, 25360384878802358268779, 207167485813280961035481962, 3389045635023473628621934703465, 110960673463328354866093662279119720, 7268699514166911556909103208203294815079
Offset: 0

Views

Author

Keywords

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Programs

  • Mathematica
    Block[{nn = 16, s}, s = CoefficientList[Series[Sum[x^n*Product[(2^i - 1)/(1 + (2^i - 1)*x), {i, n}], {n, 0, #}], {x, 0, #}], x] &@ nn; Array[Sum[Binomial[#, j] s[[j + 1]], {j, 0, #}] &, nn + 1, 0]] (* Michael De Vlieger, Apr 13 2021, after Jean-François Alcover at A005321 *)

Formula

a(n) = Sum_{j=0..n} binomial(n,j)*A005321(j).

Extensions

More terms from Max Alekseyev, May 04 2010
a(15)-a(16) from Michael De Vlieger, Apr 13 2021