





















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
During the study of discrete mathematics, I found this course very informative and applicable.The main points in these lecture slides are:Sequences, Mathematical Induction, Set of Elements, Infinite Sequence, Explicit Formula for Sequence, Summation Notation, Index of Summation, Upper Limit, Dummy Variable, Change of Variable, Product Notation
Typology: Slides
1 / 29
This page cannot be seen from the preview
Don't miss anything!
1
2
4
n
5
7
8
10
11
http://en.wikipedia.org/wiki/Fibonacci_sequence
13
amount from the last)?
the previous term)?
14
a) 1, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, …
The sequence alternates 1’s and 0’s, increasing the number of 1’s and 0’s each time
b) 1, 2, 2, 3, 4, 4, 5, 6, 6, 7, 8, 8, …
This sequence increases by one, but repeats all even numbers once
c) 1, 0, 2, 0, 4, 0, 8, 0, 16, 0, …
The non-0 numbers are a geometric sequence (2 n ) interspersed with zeros
d) 3, 6, 12, 24, 48, 96, 192, …
Each term is twice the previous: geometric progression
a (^) n = 3*2 n-
16
2
3
4
n
n
17
int sum = 0;
for ( int j = m; j <= n; j++ )
sum += a(j);
=
n
j m
n j ma
index of summation
upper limit
lower limit
19
2
2
2
2
2 = 84
20
series:
10 10 1
0
=
∑ j
n
=
∑
( 1 ) if 1
if 1 1
1
0 n a r
r r
ar a
ar
n n
j
j