login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067765 Order of linear Heyting semi-lattice on n points. 1
1, 2, 18, 370386, 143436460933743129632865858558642 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

P. J. Freyd, On the size of Heyting semi-lattices, preprint, 2002.

FORMULA

a(0)=1; for n>0, a(n) = product((1+a(r))^binomial(n, r), r=0..n-1).

MAPLE

A067765 := proc(n) option remember; if n=0 then 1 else mul((1+A067765(r))^binomial(n, r), r=0..n-1); fi; end;

CROSSREFS

Sequence in context: A066361 A120929 A007184 * A086367 A059706 A128361

Adjacent sequences:  A067762 A067763 A067764 * A067766 A067767 A067768

KEYWORD

nonn

AUTHOR

Peter Freyd (pjf(AT)saul.cis.upenn.edu), Feb 07 2002

EXTENSIONS

The next term is too large to include.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 05:41 EST 2012. Contains 205570 sequences.