OFFSET
1,1
COMMENTS
Numbers that use trailing zeros are included in this sequence. See the last two examples.
Proved to be infinite by Álvaro Lozano-Robledo.
LINKS
Jordan Canevari, Generating Python program
Jordan Canevari, Data for each term in sequence
Á. Lozano-Robledo and J. Canevari, Proof that the sequence is infinite
EXAMPLE
65 = (4,1)_16 = (1,4)_61;
134 = (10,4)_13 = (4,10)_31;
443 = (13:1)_34 = (1:13)_430;
456 = (1,5,0)_19 = (5,1)_91.
PROG
(Python) See Canevari link
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Jordan Canevari, Jun 27 2022
STATUS
approved