A216071 Brocard's problem: positive integers m such that m^2 = n! + 1 for some n.
5, 11, 71
Offset: 1
Links
- Wikipedia, Brocard's problem
Crossrefs
Programs
-
Mathematica
Sqrt[#!+1]&/@Select[Range[1000],IntegerQ[Sqrt[#!+1]]&] (* Harvey P. Dale, Sep 29 2012 *)
-
PARI
apply( sqrtint, A085692) \\ M. F. Hasler, Nov 20 2018
-
PARI
select( is_A216071(m)=m^2==A084558(m^2)!+1, [0..99]) \\ M. F. Hasler, Nov 20 2018
Comments