OFFSET
1,3
LINKS
Zak Seidov, Table of n, a(n) for n = 1..99
EXAMPLE
a(8)=2417 because 2417 base 10 = 10022 base 7 = 10022112 base 3, and the string 10022 appears in 10022112.
MATHEMATICA
Select[Range[0, 133*10^5], SequenceCount[IntegerDigits[#, 3], IntegerDigits[ #, 7]]>0&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Dec 01 2018 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Gil Broussard, Aug 22 2009
EXTENSIONS
More terms from Zak Seidov, Aug 23 2009
STATUS
approved