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)) = 1.
LINKS
Rémy Sigrist, PARI program for A328752
FORMULA
a(n) = n for n > 11.
EXAMPLE
The first terms, alongside a(n+1)/a(n), are:
n a(n) a(n+1)/a(n)
-- ---- -----------
1 1 10
2 10 1.1
3 11 0.18181818...
4 2 1.5
5 3 1.33333333...
6 4 1.25
7 5 1.2
8 6 1.16666666...
9 7 1.14285714...
10 8 1.125
11 9 1.33333333...
12 12 1.08333333...
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Oct 27 2019
STATUS
approved