Revision 153f980f-09a9-43cc-81b5-c0ca9ebd3263 - Code Golf Stack Exchange

# [Brachylog], 5 bytes

 fk+>?

[Try it online!]

[Brachylog]: https://github.com/JCumin/Brachylog
[Try it online!]: https://tio.run/nexus/brachylog2#@5@WrW1n//@/oYHBfwA "Brachylog – TIO Nexus"

###Explanation

 f Factors
 k Knife: remove the last one (the input itself)
 + Sum
 >? Stricly greater than the Input

AltStyle によって変換されたページ (->オリジナル) /