#ATTENDANCE QUIZ FOR LECTURE 25 of Dr. Z.'s Math454(02) Rutgers University # Please Edit this .txt page with Answers #Email ShaloshBEkhad@gmail.com #Subject: p25 #with an attachment called #p25FirstLast.txt #(e.g. p25DoronZeilberger.txt) #Right after finishing watching the lecture but no later than Dec. 11, 2020, 8:00pm THE NUMBER OF ATTENDANCE QUESTIONS WERE: 4 PLEASE LIST ALL THE QUESTIONS FOLLOWED, AFTER EACH, BY THE ANSWER # Question 1: Who is the most prolific mathematician of all time? # Answer: Euler # Question 2: Is seq(nops(BZset(i)), i=1..20) [2,4,6,10,16,24,36,52, ...] in the OEIS? # Answer: A098151 # Question 3: By hand, find BZ([[5,2,1,1],-1]); Check that it equals [[3,2,2,1,1,1],0] t = 4; j = -1 4-3 = 1 Add 5-3*-1-4-1 = 5+3-4-1 = 3 1's [[2+1, 1+1, 1+1, 1,1,1],-1+1] = [[3,2,2,1,1,1],0] # Question 4: What is BZ([100$20],0) # [[101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, 101, # 101, 101, 101, 101, 101, 101, 101, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 1, 1, 1, 1, 1, 1, 1], 1]