login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065433 Numbers n such that there exist x, y with n^2 = x! + y!. 2

%I #15 Sep 03 2023 19:53:08

%S 2,5,11,12,71

%N Numbers n such that there exist x, y with n^2 = x! + y!.

%C a(6) > 10^78. - _Sascha Kurz_, Mar 24 2002

%C a(6) > 10^1545. - _Robert G. Wilson v_, Apr 06 2006

%C a(6) > 10^10000. - _Sean A. Irvine_, Sep 03 2023

%H Lev Emelyanov, <a href="http://forumgeom.fau.edu/POLYA/Inventory/Inventory015.html">Square as sum of two factorials</a>

%e 2^2 = 2!+2!; 5^2 = 4!+1!; 11^2 = 5!+1!; 12^2 = 5!+4!; 71^2 = 7!+1!.

%t Sqrt@ Select[ Sort@ Flatten@ Table[x! + y!, {x, 650}, {y, x}], IntegerQ@ Sqrt@ # &] (* _Robert G. Wilson v_, Apr 06 2006 *)

%K nonn

%O 1,1

%A Antreas P. Hatzipolakis (xpolakis(AT)otenet.gr), Nov 23 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)