A126197 GCDs arising in A126196.
11, 1093, 1093, 3511, 3511, 5557, 104891, 1006003
Offset: 1
References
- J. W. L. Glaisher, On the residues of r^(p-1) to modulus p^2, p^3, etc., Quarterly Journal of Pure and Applied Mathematics 32 (1900-1901), 1-27.
Links
- Karl Dilcher and Ladislav Skula, A new criterion for the first case of Fermat's Last Theorem, Mathematics of Computation 64 (1995), 363-392.
- J. W. L. Glaisher, A general congruence theorem relating to the Bernoullian function, Proceedings of the London Mathematical Society 33 (1900-1901), 27-56.
Programs
-
Mathematica
f[n_] := GCD @@ Numerator@ HarmonicNumber@ {n, Floor[n/2]}; f@ Select[ Range[5000], f[#] > 1 &] (* Giovanni Resta, May 13 2016 *)
Extensions
a(8) from Giovanni Resta, May 13 2016
Comments