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!)
A086154 a(n) = C(3^n,2^n). 1
1, 3, 126, 2220075, 33594090947249085, 9812294412288780842726471233974791140221, 747581321238203931168470352555568799370148397202082975882483140118428447896681620077224288595 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Upper bound on the number of compressed [irredundant] disjunctive normal forms of Boolean functions with n variables.
REFERENCES
Gavrilov G.P. and Saposhenko A.A.: Problems Book in Discrete Mathematics. [Hungarian translation], Muszaki Kiado,1981.
LINKS
MATHEMATICA
Table[Binomial[3^w, 2^w], {w, 1, 5}]
PROG
(PARI) a(n)=binomial(3^n, 2^n) \\ Charles R Greathouse IV, Dec 19 2011
(Magma) [Binomial(3^n, 2^n) : n in [0..7]]; // Wesley Ivan Hurt, Apr 20 2021
CROSSREFS
Cf. A023265.
Sequence in context: A157592 A213988 A159319 * A133122 A139936 A221637
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 07 2003
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)