OFFSET
1,1
COMMENTS
By "significant digit" we mean to exclude from the quotients any zeros preceding the first nonzero digit, as well as zeros following the last nonzero digit (as in a terminating decimal).
Is the sequence infinite?
LINKS
Carole Dubois, Table of n, a(n) for n = 1..300
EXAMPLE
a(1)/a(2) = 7/14 = .5 and a(2)/a(1) = 14/7 = 2 and their combined distinct significant digits (2,5) are exclusive of the combined distinct digits of a(1) and a(2), (1,4,7).
a(5)/a(6) = 84/77 = 1.090909... and a(6)/a(5) = 77/84 = .916666... and their combined distinct significant digits (0,1,6,9) are exclusive of the combined distinct digits of a(5) and a(6), (4,7,8).
a(299)/a(300) = 656/21648 = .03030303... and a(300)/a(299) = 21648/656 = 33 and their combined distinct significant digits (0,3) is exclusive of the combined distinct digits of a(299) and a(300), (1,2,4,5,6,8).
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Carole Dubois and Eric Angelini, Mar 27 2020
STATUS
approved