Show that there in no natural number $n$ such that, for each year $A$, the years $A$ and $A+n$ have the Easter with the same date. Use a computer program for your proof: A number of programs of Easter Date have been set up, but to make it simple, use the following which is applicable for calculators.
Input "YEAR", A
A+1-19(int(A/19))->G
int(A/100)+1->C
int(3*C/4)-12->X
int((8*C+5)/25)-5->Z
int(5*A/4)-X-10->D
11*G+20+Z-X->B
B-30(int(B/30))->E
If ((E=25) and (G>11)) or (E=24)
E+1->E
44-E->N
If N<21
N+30->N
D+N-7*int((D+N)/7)->F
N+7-F->M
If M>31
Then
Disp M-31, "APRIL"
Else
Disp M, "MARCH"
END
A computer program cannot prove the non-existence of an entity.