login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A365447 Number of nonempty choice functions on a set of n alternatives 0
1, 3, 189, 26254935, 392654823152462915625, 28032331438680332717218961936012273854096893310546875 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Number of choice functions f:2^A\{{}}->2^A\{{}} where A is an n-element set of variants such that f(X) is a nonempty subset of any nonempty X in 2^A (here 2^A denotes the power set of A).
REFERENCES
F. Aleskerov, D. Bouyssou, and B. Monjardet, Utility, Maximization, Choice and Preference, Springer, 2007, pp. 28-31.
LINKS
FORMULA
a(n) = Product_{k=1..n} (2^k-1)^binomial(n, k).
log_2 a(n) = n*2^(n-1) + O(2^n/sqrt(n)).
EXAMPLE
a(1) = 1 since 2^{1} = {{}, {1}} and there exists only one function f:2^{1}/{{}}->2^{1}/{{}} satisfying f(X) is a nonempty subset of any nonempty X in 2^A, i.e., f({1})={1}.
MATHEMATICA
a[n_] := Product[(2^k - 1)^Binomial[n, k], {k, 1, n}]; Array[a, 6] (* Amiram Eldar, Oct 03 2023 *)
CROSSREFS
Sequence in context: A058856 A158469 A261000 * A032594 A159658 A257038
KEYWORD
nonn,easy
AUTHOR
Dmitry I. Ignatov, Oct 03 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 28 04:56 EDT 2024. Contains 372020 sequences. (Running on oeis4.)