
First 7 rows, there are 28 number not divisible by 7 on a total of 28
First 8 rows, there are 30 number not divisible by 7 on a total of 36
First 9 rows, there are 34 number not divisible by 7 on a total of 45
First 10 rows, there are 40 number not divisible by 7 on a total of 55
First 20 rows, there are 153 number not divisible by 7 on a total of 210
First 30 rows, there are 305 number not divisible by 7 on a total of 465
First 40 rows, there are 549 number not divisible by 7 on a total of 820
First 50 rows, there are 876 number not divisible by 7 on a total of 1275
First 60 rows, there are 1236 number not divisible by 7 on a total of 1830
First 70 rows, there are 1689 number not divisible by 7 on a total of 2485
First 80 rows, there are 2272 number not divisible by 7 on a total of 3240
First 90 rows, there are 2964 number not divisible by 7 on a total of 4095
First 100 rows, there are 3729 number not divisible by 7 on a total of 5050
These are few rows:
Row 7 [1, 7, 21, 35, 35, 21, 7, 1]
Row 8 [1, 8, 28, 56, 70, 56, 28, 8, 1]
Row 9 [1, 9, 36, 84, 126, 126, 84, 36, 9, 1]
The result for Row 100 is wrong (because the right one is in the examples), do you see any mistake in my rows?