A083340 Numbers n such that A020549(n)=(n!)^2+1 is a semiprime.
6, 7, 8, 12, 15, 16, 17, 18, 19, 28, 29, 41, 45, 53, 55, 61, 73
Offset: 1
Examples
a(1)=6 because (6!)^2+1=518401=13*39877 is a semiprime.
Links
- The CADO-NFS Development Team, Cado-NFS, An Implementation of the Number Field Sieve Algorithm, Release 2.3.0, 2017
- Andrew Walker, Factors of (n!)^2+1.
- factordb.com, Status of 75!^2+1.
Programs
-
Mathematica
Select[Range[60],PrimeOmega[(#!)^2+1]==2&] (* Harvey P. Dale, Dec 12 2018 *)
Extensions
a(15) from Hugo Pfoertner, Jul 13 2019
a(16), a(17) from Hugo Pfoertner, Aug 04 2019
Comments