OFFSET
1,1
EXAMPLE
a(2) = 5 because 30, 31, 32, 33 and 34 are the base 5/3 expansions for the integers 5, 6, 7, 8 and 9 respectively and these are the only integers with 2 digits.
PROG
(Sage)
A=[1]
for i in [1..60]:
A.append(ceil(((5-3)/3)*sum(A)))
[5*x for x in A]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Hailey R. Olafson, Jul 21 2014
STATUS
approved