A325152 Numbers whose squares can be expressed as the product of a number and its reversal.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 20, 22, 30, 33, 40, 44, 50, 55, 60, 66, 70, 77, 80, 88, 90, 99, 100, 101, 110, 111, 121, 131, 141, 151, 161, 171, 181, 191, 200, 202, 212, 220, 222, 232, 242, 252, 262, 272, 282, 292, 300, 303, 313, 323, 330, 333, 343, 353, 363, 373, 383, 393, 400, 403, 404, 414, 424, 434
Offset: 1
Examples
One way: 20^2 = 400 = 200 * 2. Two ways: 2772^2 = 7683984 = 2772 * 2772 = 1584 * 4851. Three ways: 2520^2 = 14400 * 441 = 25200 * 252 = 44100 * 144. 403 is a member since 403^2 = 162409 = 169*961 (note that 403 is not a member of A281625).
Crossrefs
Formula
a(n) = sqrt(A325148(n)).
Comments