editing
approved
editing
approved
(MAGMA) a:=[]; for n in [1..75] do k:=2; while not IsPrime(k^n-2) do k:=k+1; end while; Append(~a, k); end for; a; // Marius A. Burtea, Nov 16 2019
proposed
editing
editing
proposed
(MAGMA) a:=[]; for n in [1..75] do k:=2; while not IsPrime(k^n-2) do k:=k+1; end while; Append(~a, k); end for; a; // Marius A. Burtea, Nov 16 2019
proposed
editing
editing
proposed
Some of the results were computed using the PrimeFormGW (PFGW) primality-testing program. - Hugo Pfoertner, Nov 16 2019
PFGW, <a href="http://groups.yahoo.com/group/primeform/">User group for the PrimeForm program.</a> [There is insufficient information to determine which posting to the forum was intended. Probably not worth pursuing. - N. J. A. Sloane, Nov 10 2019]
approved
editing
editing
approved
PFGW, <a href="http://groups.yahoo.com/group/primeform/">User group for the PrimeForm program.</a> [There is insufficient information to determine which posting to the forum was intended. Probably not worth pursuing. - _N. J. A. Sloane_, Nov 10 2019]
approved
editing
proposed
approved
editing
proposed