[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A065433
Numbers n such that there exist x, y with n^2 = x! + y!.
2
2, 5, 11, 12, 71
OFFSET
1,1
COMMENTS
a(6) > 10^78. - Sascha Kurz, Mar 24 2002
a(6) > 10^1545. - Robert G. Wilson v, Apr 06 2006
a(6) > 10^10000. - Sean A. Irvine, Sep 03 2023
EXAMPLE
2^2 = 2!+2!; 5^2 = 4!+1!; 11^2 = 5!+1!; 12^2 = 5!+4!; 71^2 = 7!+1!.
MATHEMATICA
Sqrt@ Select[ Sort@ Flatten@ Table[x! + y!, {x, 650}, {y, x}], IntegerQ@ Sqrt@ # &] (* Robert G. Wilson v, Apr 06 2006 *)
CROSSREFS
Sequence in context: A231336 A283473 A062889 * A032541 A363981 A281644
KEYWORD
nonn
AUTHOR
Antreas P. Hatzipolakis (xpolakis(AT)otenet.gr), Nov 23 2001
STATUS
approved