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!)
A373796 a(n) = Product_{k=1..n} k^Stirling_2(n,k). 2
1, 1, 2, 24, 373248, 145563074713240071045120, 4671362199215574200933052290575558394040074468464419088211590760845408889948035734306816000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) is the number of n-ary clones of the "discriminator function" t(x,y,z) defined by t(x,y,z)=x if x != y, t(x,x,z)=z.
For example, one of the 24 clones when n=3 is the function f(x,y,z)=t(t(y,z,x),x,t(x,y,z)), which has the property that f(x,x,x)=x, f(x,x,y)=y, f(x,y,x)=y, f(x,y,y)=x, f(x,y,z)=y when x,y,z are distinct. There are 24 meaningful ways to specify the right-hand sides of these five equations, and each of those functions can be expressed as a term in t.
There are a(4) meaningful ways to specify the right-hand sides of A000110(4)=15 analogous equations for a four-parameter function, and so on. - Don Knuth, Jul 07 2024
LINKS
Alden F. Pixley, The Ternary Discriminator Function in Universal Algebra, Mathematische Annalen, 191 (1971), 167-180.
MATHEMATICA
A373796[n_] := Product[k^StirlingS2[n, k], {k, n}];
Array[A373796, 8, 0] (* Paolo Xausa, Jul 10 2024 *)
PROG
(PARI) a(n)=prod(k=1, n, k^stirling(n, k, 2)) \\ Hugo Pfoertner, Jul 07 2024
CROSSREFS
Sequence in context: A258824 A120122 A068943 * A100815 A365617 A159932
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 07 2024, based on an email from Don Knuth, Jul 06 2024.
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 July 31 12:02 EDT 2024. Contains 374800 sequences. (Running on oeis4.)