<div id="comment:0"></div> Let symbolic `factor_list()` do integer factorisation if given an integer or fraction. ``` sage: SR(50).factor_list() [(50, 1)] sage: SR(49/100).factor_list() [(49/100, 1)] ``` Too much surprise for new users. Component: **symbolics** Author: **Ralf Stephan, Vincent Delecroix** Branch/Commit: **[u/rws/21067](https://github.com/sagemath/sagetrac-mirror/tree/u/rws/21067) @ [`a821fb6`](https://github.com/sagemath/sagetrac-mirror/commit/a821fb6f91e6b8284eb492dcd4baf59c4cb9fe84)** Reviewer: **Daniel Krenn** _Issue created by migration from https://trac.sagemath.org/ticket/21067_