OFFSET
1,1
COMMENTS
lim inf a(n)/n = 5/2 and lim sup a(n)/n = 4.
a(n) is "2-sychronized", which means that there is an automaton that accepts, in parallel, the base-2 expansions of n and a(n). For this sequence an 8-state automaton suffices. - Jeffrey Shallit, Mar 06 2020
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..4096
Yann Bugeaud and Dong Han Kim, On the b-ary expansions of log(1+1/a) and e, Arxiv preprint arXiv:1510.00282 [math.NT], October 1 2015.
Yann Bugeaud and Dong Han Kim, On the b-ary expansions of log(1+1/a) and e, Ann. Sc. Norm. Super. Pisa Cl. Sci. (5) 17 (2017), 931-947.
Rémy Sigrist, PARI program for A304588
FORMULA
Apparently, a(n+1) = A004756(n) + 1. - Rémy Sigrist, Nov 04 2020
EXAMPLE
For n = 3 we have a(3) = 9 because the first 9 symbols of Thue-Morse are 011010011, and 011 is the first length-3 prefix to be repeated in this prefix.
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Jeffrey Shallit, May 15 2018
STATUS
approved