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.

A051241 Number of relations with 5 arguments on n nodes.

Original entry on oeis.org

2, 2147516416, 2355796086371179106111063334323891357095101187404796307182832141733986304
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

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