> #ATTENDANCE QUIZ 25 ; > ; > #THE NUMBER OF ATTENDANCE QUESTIONS WERE:4 ; > ; > ; > ; > #Q1 ; > #Who is the most prolific mathematician of all the time ; > ; > #Leonhard Euler ; > ; > #But Dr. Z in my heart ; > ; > #Q2 ; > #IS seq(nops(BZset(i)), i=1..20) in OEIS? ; > ; > #YES, A098151Number of partitions of 2n prime to 3 with all odd parts occurring with even multiplicities. There is no restriction on the even parts. ; > ; > #Q3 ; > #BY HAND, FIND BZ([[5,2,1,1],-1]) ; > #CHECK THAT IS EQUALS ; > ; > #[[3,2,2,1,1,1], 0] ; > ; > #Q4 ; > #Waht is BZ([100$20],0); > ; > ; > ; > ; > ; > ;