OFFSET
1,2
COMMENTS
In other words, for any n > 0, we have an integer k such that floor(10^k * a(n+1)/a(n)) = 2.
Apparently, n -> a(n)/n has three accumulation points: 7/3, 7/6 and 7/12.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..1000
EXAMPLE
The first terms, alongside a(n+1)/a(n), are:
n a(n) a(n+1)/a(n)
-- ---- -----------
1 1 2
2 2 2
3 4 2
4 8 2
5 16 2
6 32 0.21875
7 7 2
8 14 0.21428571...
9 3 2
10 6 2
11 12 2
12 24 0.20833333...
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Oct 27 2019
STATUS
approved
