cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

This page as a plain text file.
%I A065433 #15 Sep 03 2023 19:53:08
%S A065433 2,5,11,12,71
%N A065433 Numbers n such that there exist x, y with n^2 = x! + y!.
%C A065433 a(6) > 10^78. - _Sascha Kurz_, Mar 24 2002
%C A065433 a(6) > 10^1545. - _Robert G. Wilson v_, Apr 06 2006
%C A065433 a(6) > 10^10000. - _Sean A. Irvine_, Sep 03 2023
%H A065433 Lev Emelyanov, <a href="http://forumgeom.fau.edu/POLYA/Inventory/Inventory015.html">Square as sum of two factorials</a>
%e A065433 2^2 = 2!+2!; 5^2 = 4!+1!; 11^2 = 5!+1!; 12^2 = 5!+4!; 71^2 = 7!+1!.
%t A065433 Sqrt@ Select[ Sort@ Flatten@ Table[x! + y!, {x, 650}, {y, x}], IntegerQ@ Sqrt@ # &] (* _Robert G. Wilson v_, Apr 06 2006 *)
%K A065433 nonn
%O A065433 1,1
%A A065433 Antreas P. Hatzipolakis (xpolakis(AT)otenet.gr), Nov 23 2001