A181764 Numbers n such that n!+1 is a product of two distinct prime numbers.
6, 8, 10, 13, 14, 19, 20, 24, 25, 26, 28, 34, 38, 48, 54, 55, 59, 71, 75, 92, 109, 114, 115
Offset: 1
Examples
6!+1=7*103; 8!+1=61*661; 10!+1=11*329891; 13!+1=83*75024347; 14!+1=23*3790360487; 19!+1=71*1713311273363831;..
Links
- Bruce C. Berndt and William F. Galway, On the Brocard-Ramanujan diophantine equation n!+1=m^2, The Ramanujan Journal, March 2000, Volume 4, Issue 1, pp 41-42.
Programs
-
Mathematica
fQ[n_]:=Last/@FactorInteger[n]=={1,1}; Select[Range[40], fQ[#!+1]&]
Extensions
Extended by D. S. McNeil, Nov 13 2010
One more term (114) (factored by Womack et al.) from Sean A. Irvine, May 25 2015
One more term (115) (factored by Womack et al.) from Sean A. Irvine, Feb 08 2016
Comments