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.

A047832 Number of self-complementary binary relations on a 2n-element set.

Original entry on oeis.org

2, 36, 5600, 11220000, 293293716992, 102484848265030656, 491247277315343649710080, 32966971058719932671168222859264, 31464896751148469761776612436741418123264, 432450241375084625203842385525712986695638650716160
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A000171.

Programs

  • Mathematica
    Needs["Combinatorica`"]; Table[ Print[an = GraphPolynomial[4*n + 1, x] /. x -> -1]; an, {n, 1, 9}] (* Jean-François Alcover, Aug 12 2013 *)

Formula

a(n) = A000171(4*n+1).

Extensions

Terms a(10) and beyond from Andrew Howroyd, Sep 17 2018