Summer Math Series: Week 1
Notes by David
Kosbie





Use
y = (2x – 1) / (x – x2)
i.
|P[N]| <= |R|
Given a subset of integers, construct a real number by placing a 3 in the ith decimal digit if the number i
appears in the subset, otherwise insert a 7.
The result is a unique real in (0,1).
ii.
|R| <= |P[N]|
First, map the reals into (0,1), as above. Then, given a real in (0,1),
write the number in binary and include the integer i
in the corresponding subset iff the ith digit is 1.
i.
Godel proved the continuum hypothesis cannot be disproved!
ii.
Cohen proved the
continuum hypothesis cannot be proved!
iii.
In this sense, it
is like
Summer Math Series: Week 3



i.
Natural Numbers
(1,2,3,4…)
ii.
Triangular
Numbers (1,3,6,10,…)
iii.
Binomial
Coefficients (nCk) ß Pascal’s Binomial Theorem
iv.
Tetrahedral
Numbers (1,4,10,20,…)
v.
Pentatope Numbers
(1,5,15,35,70…)
i.
Powers of 2 (2,4,8,16,…)
ii.
Hexagonal Numbers
(1,6,15,28,…)
iii.
Fibonacci Numbers
(1,1,2,3,5,8,…) ß Prove This!
iv.
Sierpinski’s Triangle
v.
Catalan Numbers
(1,2,5,14,42,…) ß Prove This!
vi.
Powers of 11 (11,
121, 1331, 14641,…)
Summer Math Series: Week 4


Glossary
Binomial coefficients (N choose K): The number of
ways in which you can choose K elements from a set of N elements. This equals
n! / ( k! (n-k)! ).
Catalan numbers (1, 2, 5, 14, 42, ...): The
number of ways you can divide a polygon with N sides into triangles, using
non-intersecting diagonals (a triangle has 1 way, a rectangle has 2 ways, a
pentagon has 5 ways, a hexagon has 14 ways, and so on). The Catalan numbers can
be computed using the formula:
![]()
Fibonacci numbers (1, 1, 2, 3, 5, 8, ...): A
series in which the first two numbers are 1 and each subsequent number is the
sum of the preceding two numbers.
Hexagonal numbers (1, 6, 15, 28, ...): Numbers
that can be represented as the number of points on the perimeter of a hexagon
with a constant number of points on each edge. These are given by the formula N
* (2N-1), and can be seen in the following figure:

Pentatope numbers (1, 5, 15, 35, 70, ...) A figurate number (a number
that can be represented by a regular geometric arrangement of equally spaced
points) given by:
Ptopn = (1/4)Tn(n+3)
= (1/24) n (n+1) (n+2) (n+3)
for tetrahedral number Tn. Note: pentatopes are 4-dimensional analogs of tetrahedra.
Sierpinski's triangle: a
famous fractal formed by connecting triangle midpoints as such:

Tetrahedral numbers (1, 4, 10, 20, ...): a figurate
number formed by placing discrete points in a tetrahedron (triangular base
pyramid). The formula is given by: n(n+1)(n+2)/6.
Triangular numbers (1, 3, 6, 10, ...): The
number of dots you need to form a triangle:
