OFFSET
1,3
COMMENTS
This sequence is infinite since b^2+b is in the sequence for all b>1: in base b, b^2+b has digits {1,b} and (1*b)*(1+b)=b^2+b.
EXAMPLE
12 is in the sequence since in base 9, 12 has digits {1,3} and (1*3)*(1+3)=12.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Matthew Conroy, Feb 02 2006
STATUS
approved