lpetrich
Contributor
I first learned of HAKMEM from The Jargon File - a 1990's compendium of computer-whiz slang.
HAKMEM -- CONTENTS -- DRAFT, NOT YET PROOFED - from February 29, 1972
It's rather interesting to review this 48-year-old document.
GEOMETRY, ALGEBRA, CALCULUS
It starts off with fractional factorials and how they are interrelated. I must note that they are more usually written with the Euler-Legedre gamma functions:
\( x! = \Gamma(x+1) \)
That document also states the gamma-function reflection and multiplication identities, though written in factorial form.
\( \Gamma(z) \Gamma(1-z) = \frac{\pi}{\sin \pi z} \)
\( \prod_{k=0}^{n-1} \Gamma(1 + k/n) = (2\pi)^{(n-1)/2} n^{1/2-nz} \Gamma(nz) \)
ITEM 2 (Jan Kok):
Problem: Given a regular n-gon with all diagonals drawn, how many regions are there? In particular, how many triple (or N-tuple) concurrences of diagonals are there?
I wrote a Mathematica program for drawing regular polygons with all their diagonals, and I counted interior regions up to an octagon:
0, 0, 1, 4, 11, 24, 50, 80
I then plugged these numbers into the Online Encyclopedia of Integer Sequences (oeis.org), and I found
A007678 - OEIS - Number of regions in regular n-gon with all diagonals drawn.
Related:
A135565 - OEIS - Number of line segments
A007569 - OEIS - Number of vertices
HAKMEM -- CONTENTS -- DRAFT, NOT YET PROOFED - from February 29, 1972
It's rather interesting to review this 48-year-old document.
GEOMETRY, ALGEBRA, CALCULUS
It starts off with fractional factorials and how they are interrelated. I must note that they are more usually written with the Euler-Legedre gamma functions:
\( x! = \Gamma(x+1) \)
That document also states the gamma-function reflection and multiplication identities, though written in factorial form.
\( \Gamma(z) \Gamma(1-z) = \frac{\pi}{\sin \pi z} \)
\( \prod_{k=0}^{n-1} \Gamma(1 + k/n) = (2\pi)^{(n-1)/2} n^{1/2-nz} \Gamma(nz) \)
ITEM 2 (Jan Kok):
Problem: Given a regular n-gon with all diagonals drawn, how many regions are there? In particular, how many triple (or N-tuple) concurrences of diagonals are there?
I wrote a Mathematica program for drawing regular polygons with all their diagonals, and I counted interior regions up to an octagon:
0, 0, 1, 4, 11, 24, 50, 80
I then plugged these numbers into the Online Encyclopedia of Integer Sequences (oeis.org), and I found
A007678 - OEIS - Number of regions in regular n-gon with all diagonals drawn.
Related:
A135565 - OEIS - Number of line segments
A007569 - OEIS - Number of vertices