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.

A001377 Number of relations with 4 arguments on n nodes.

Original entry on oeis.org

2, 32896, 402975273205975947935744, 4824670384888174809315457708695329515706856139873561594988392833332671414272
Offset: 1

Views

Author

Keywords

References

  • W. Oberschelp, "Strukturzahlen in endlichen Relationssystemen", in Contributions to Mathematical Logic (Proceedings 1966 Hanover Colloquium), pp. 199-213, North-Holland Publ., Amsterdam, 1968.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

  • Python
    from itertools import product
    from math import factorial, prod, lcm
    from fractions import Fraction
    from sympy.utilities.iterables import partitions
    def A001377(n): return int(sum(Fraction(1<Chai Wah Wu, Jul 02 2024

Extensions

More terms from Vladeta Jovovic