List the first 10 terms of each of these sequences.
a) the sequence that begins with 2 and in which each
successive term is 3 more than the preceding term
b) the sequence that lists each positive integer three
times, in increasing order
c) the sequence that lists the odd positive integers in in-
creasing order, listing each odd integer twice
d) the sequence whose nth term is n! − 2n
e) the sequence that begins with 3, where each succeed-
ing term is twice the preceding term
f ) the sequence whose first term is 2, second term is 4,
and each succeeding term is the sum of the two pre-
ceding terms
g) the sequence whose nth term is the number of bits
in the binary expansion of the number n (defined in
Section 4.2)
h) the sequence where the nth term is the number of let-
ters in the English word for the index n
a)
"2,5,8,11,14,17,20,23,26,29"
b)
c)
d)
"a_2=2!-2(2)=-2"
"a_3=3!-2(3)=0"
"a_4=4!-2(4)=16"
"a_5=5!-2(5)=110"
"a_6=6!-2(6)=708"
"a_7=7!-2(7)=5026"
"a_8=8!-2(8)=40304"
"a_9=9!-2(9)=362862"
"a_{10}=10!-2(10)=3628780"
e)
f)
g)
h)
"ABCDEF,ABCDEFG,ABCDEFGH,"
"ABCDEFGHI,ABCDEFGHIJ"
Comments
Leave a comment