Florida International University Create a Computer Program Computer Language Task
This is your Programming Assignment 3 . When you have completed the assignment please ZIP you ENTIRE Netbeans project and upload it using the assignment upload link. Note, you must upload the entire Netbeans project in a zipped file; because, I check all your code to see if it runs. Remember that you must upload the assignment before it's due date to get credit. Otherwise, you will receive a zero for the assignment grade.The project instructions can be found here:For this assignment you been assigned a group number, which you can find in canvas's gradebook. Depending on the group number you are to write the recursive code that generates the sequence for your group number. For example if you are in Group 3 your code will generate the following sequence:Group 3 Sequence---------------------------------------------1, 1, 2, -5, 22, -106, 475, -2171, 9893, -45080, 205453, -936304, 4267030, -19446179, 88622237, -403878935, 1840601122, 201746431, -427139774, 1878826890In addition, you will output the recursive call multipliers x, y, z values under your sequence output.Note x,y,z are integers that can range in values from : -10 to 10YOU ARE NOT ALLOWED TO USE LINEAR ALGEBRA. If you do this you will get zero points for the assignmentsYou must code this using brute force. Hence you must loop through all possible values of x,y,z to find the correct x, y and z values that generate your sequence.Linear Algebra.If you do not know Linear Algebra you must crack the sequence my brute force....Hint: Use the idea of Fibonacci recursive code in the notes with one more lag call.Multiplier: x, y, z--------------------------------------X -> is the multiplier of the recursive call of the (n-1) termY -> is the multiplier of the recursive call of the (n-2) termZ -> is the multiplier of the recursive call of the (n-3) termThis is a quick assignment and is due within a week.IMPORTANT:You are to write your code individually, and not as a group.----------------------------------------------------------Group 1 Sequence---------------------------------------------1, 1, 2, -3, 50, -460, 4519, -44001, 428941, -4180844, 40751117, -397204218, -423386306, 918100829, -1545525547, 1110963229, 1243701550, -239385059, -1594015946, -337862588Group 2 Sequence---------------------------------------------1, 1, 2, 13, 104, 838, 6749, 54349, 437663, 3524422, 28381541, 228551482, 1840484276, 1936189363, -907482791, -955538011, 173621022, -2105489679, -1730152840, 1793404938Group 3 Sequence---------------------------------------------1, 1, 2, 6, 9, 13, 34, 66, 97, 201, 434, 718, 1289, 2741, 5042, 8746, 17409, 33873, 60194, 113366Group 4 Sequence---------------------------------------------1, 1, 2, -13, 105, -804, 6157, -47123, 360650, -2760169, 21124437, -161671908, 1237325545, -879703767, -540347790, -616084309, 1610851217, -1471478180, 1174734165, 1599339125Group 5 Sequence---------------------------------------------1, 1, 2, -16, 52, -152, 464, -1456, 4576, -14336, 44864, -140416, 439552, -1376000, 4307456, -13484032, 42210304, -132134912, 413634560, -1294839808Group 6 Sequence---------------------------------------------1, 1, 2, -1, 35, -308, 3079, -30203, 297074, -2920861, 28719791, -282389276, -1518352581, -1531473815, -2141023102, 1929057527, -1637875925, 2089314364, -932383201, 1207368797Group 7 Sequence---------------------------------------------1, 1, 2, -10, 77, -567, 4190, -30954, 228681, -1689439, 12481162, -92207770, 681208437, -737633911, -1475079674, 203929830, 1999552849, -1975258239, -1445440430, 1896893846Group 8 Sequence---------------------------------------------1, 1, 2, 23, 133, 796, 4829, 29189, 176458, 1066867, 6450137, 38996684, 235769041, 1425429721, 28032690, 563529791, 1476348285, 1833717308, -416270187, 1718152701Group 9 Sequence---------------------------------------------1, 1, 2, 3, 0, 8, 13, -29, 59, 90, -411, 644, 808, -4973, 7865, 7737, -58278, 97859, 72856, -676520Group 10 Sequence---------------------------------------------1, 1, 2, 21, 198, 1902, 18243, 175005, 1678797, 16104474, 154488033, 1481982750, 1331557638, -1062385337, -1723103159, -107109591, 474485330, 207085309, 737041238, -2137507586Important:Do not copy someone’s code. You may be randomly selected to explain your code. If you cannot explain your code, you will get a zero for the project grade. If you are stuck please ask me. I will gladly help you. Remember the goal is to learn.Uploads - Important If you upload not your entire Netbeans project you will get a zero. If this is the case and you reload your project after you got a zero 15% will be automatically taken off you grade. So please make sure you are uploading the correct files.