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.

Showing 1-2 of 2 results.

A008840 Number of monotone self-dual Boolean functions of n variables that are inequivalent under the symmetric group.

Original entry on oeis.org

0, 1, 1, 2, 3, 7, 30, 716
Offset: 0

Views

Author

Keywords

References

  • D. E. Knuth, The Art of Computer Programming, Vol. 4A, Section 7.1.1, p. 79.

Crossrefs

Cf. A107765 (non-isomorphic self dual monotones = differences of A008840?). - Olivier Gérard, Oct 11 2012

A108802 Self-convolution of A040051 (parity of partition function).

Original entry on oeis.org

1, 2, 1, 2, 4, 4, 5, 6, 5, 4, 5, 4, 5, 6, 5, 4, 6, 10, 10, 10, 10, 10, 6, 10, 11, 8, 7, 8, 7, 10, 12, 6, 9, 10, 9, 10, 17, 14, 14, 14, 15, 16, 16, 14, 16, 14, 13, 14, 15, 20, 16, 16, 20, 22, 18, 24, 24, 22, 17, 18, 18, 24, 16, 14, 19, 20, 21, 24, 26, 20, 21, 20, 29, 28, 27, 22, 29, 28, 21, 20
Offset: 0

Views

Author

N. J. A. Sloane, Jul 09 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Function[w, ListConvolve[#, #] & /@ Map[Take[w, #] &, Range@ Length@ w]]@ Table[Mod[PartitionsP@ n, 2], {n, 0, 79}] // Flatten (* Michael De Vlieger, Jul 16 2016, after Robert G. Wilson v at A000041 *)
Showing 1-2 of 2 results.