login
A280732
Numbers whose digit string can be partitioned into three nonempty parts a <= b <= c such that a*b = c.
2
111, 122, 133, 144, 155, 166, 177, 188, 199, 224, 236, 248, 339, 2510, 2612, 2714, 2816, 2918, 3412, 3515, 3618, 3721, 3824, 3927, 4416, 4520, 4624, 4728, 4832, 4936, 5525, 5630, 5735, 5840, 5945, 6636, 6742, 6848, 6954, 7749, 7856, 7963, 8864, 8972, 9981
OFFSET
1,1
COMMENTS
The parts may not start with 0.
LINKS
EXAMPLE
For n = 2|4|8: 2 <= 4 <= 8, and 2*4=8, so 248 is a term.
For n = 5|9|45: 5 <= 9 <= 45, and 5*9=45, so 5945 is a term.
CROSSREFS
A subset of A280635. Cf. also A280733.
Sequence in context: A222724 A343760 A280635 * A280636 A034840 A135643
KEYWORD
nonn,base,easy
AUTHOR
N. J. A. Sloane, Jan 10 2017
EXTENSIONS
More terms from Lars Blomberg, Jan 11 2017
STATUS
approved