I once tried this, but it was rather slow. "kwad" is short for "kwadraat", which is dutch for square (algebra). It was supposed to write all primes to the prime.txt file, and save the files when you decided to quit the program, however, I never finished those parts.
@echo off
IF NOT EXIST prime.txt goto reset
IF NOT EXIST save.dat goto reset
IF NOT EXIST max.dat goto reset
goto starter
:reset
echo ^2>prime.txt
echo ^3>>prime.txt
echo ^5>>prime.txt
echo ^7>save.dat
echo ^2>max.dat
pause
:starter
set /p current=
:numbercalc
echo %current%
set /a kwad=(%max%+1)*(%max%+1)
if %kwad% LEQ %current% set /a max=%max%+1
set temp=3
:try
set /a t=%current%/%temp%
set /a u=%t%*%temp%
if %u% EQU %current% goto noprime
set /a temp+=1
if %temp% GTR %max% goto endtry
goto try
:endtry
echo ^%current%>>prime.txt
:noprime
set /a current+=2
if %current% EQU 101 goto end
goto numbercalc
:end
pause
The numbers 1103, 1109, 1117, 1123, 1129, 1151, 1153, 1163, 1171, 1181, 1187 and 1193 are prime.
8924 is the number that comes 1100 numbers after 7824.
1009, 1013, 1019, 1021, 1031, 1033, 1039, 1049, 1051, 1061, 1063, 1069, 1087, 1091, 1093, 1097
1009, 1013, 1019, 1021, 1031, 1033, 1039, 1049, 1051, 1061,1063, 1069, 1087, 1091, 1093, 1097. you owe me for making me find all that out. jk
There are uncountably infinitely many real numbers between 1080 and 1100. There are 21 integers between 1080 and 1100, including the "endpoints." They are: 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100.
The numbers 1103, 1109, 1117, 1123, 1129, 1151, 1153, 1163, 1171, 1181, 1187 and 1193 are prime.
As a product of its prime factors: 2*2*5*5*11 = 1100 or as 22*52*11 = 1100
1100 550,2 275,2,2 55,5,2,2 11,5,5,2,2
It is: 22*52*11 = 1100
8924 is the number that comes 1100 numbers after 7824.
1100
1100
1000, 1020, 1040, 1060, 1080, and 1100
1.1 is.
Mean average of 175, 550, 750 & 1100 (175+550+750+1100)/4 = 643.75
2 x 2 x 5 x 5 x 11 = 1100 2, 5 and 11
1009, 1013, 1019, 1021, 1031, 1033, 1039, 1049, 1051, 1061, 1063, 1069, 1087, 1091, 1093, 1097