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-1 of 1 results.

A343298 a(n) is the smallest m such that the only non-basic multiset of positive integers of cardinality m where the sum equals the product has n nonunit elements, or zero if no such m exists.

Original entry on oeis.org

0, 7, 8, 12, 42
Offset: 1

Views

Author

Nathaniel Gregg, Apr 11 2021

Keywords

Comments

A multiset where the sum equals the product is called a bioperational multiset. A bioperational multiset is called basic if it is of the form {2,n,1,...,1}, because these exist of size n for all n > 1. Nonzero entries are a subset of A343297. a(6) > 10^4 or zero.

Examples

			a(5) = 42 because {2,2,2,2,3; 37} and {42,2; 40} are the only bioperational multisets of size 42, where the number after the semicolon is the number of repeated 1's.
		

Crossrefs

Showing 1-1 of 1 results.