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.

A102596 Number of n-node labeled oriented graphs whose underlying graphs are mating graphs, cf. A006024.

Original entry on oeis.org

1, 1, 2, 14, 396, 34748, 9281784, 7454765736, 17754713559696, 124916711439302928, 2595833697671445752352, 159598823327470451154007008, 29105164897431888477084463394496, 15784299558159474546700473641953798080, 25515085085573055700779453120708128026732416
Offset: 0

Views

Author

Goran Kilibarda, Zoran Maksimovic, Vladeta Jovovic, Jan 22 2005

Keywords

Crossrefs

Cf. A006024, A102579 (digraphs), A102597 (connected), A102599, A369283.

Programs

  • PARI
    \\ permcount, edges defined in A369283.
    a(n) = {my(s=0); forpart(p=n, s += permcount(p)*(-1)^(n-#p)*edges(p, w->1 + 2^w)); s} \\ Andrew Howroyd, Jan 20 2024

Formula

a(n) = Sum_{k>=0} 2^k * A369283(n,k). - Andrew Howroyd, Jan 20 2024

Extensions

a(0)=1 prepended and a(13) onwards from Andrew Howroyd, Jan 20 2024