OFFSET
1,2
COMMENTS
Kimberling's ESC array is defined as follows: it is indexed by rows i and columns j, both from 1 to infinity. Rows follow a generalized Fibonacci sequence: ESC[i,j] = ESC[i,j-1] + ESC[i,j-2] for j>=3. The second column is defined by E[i,2] = floor(tau*E[i,1]) + (i mod 2), where tau = (1+sqrt(5))/2 is the golden ratio. Finally, the first column E[i,1] is defined to be the minimal excluded element over all previous rows (that is, the smallest positive integer not contained in those rows).
There is an 18-state Fibonacci automaton (see escm1) that, on input n in Zeckendorf representation, accepts n if and only if it belongs to this sequence. Proved with the Walnut theorem prover.
LINKS
Clark Kimberling, The first column of a Stolarsky interspersion, Fib. Quart. 32 (1994), 301-315.
Jeffrey Shallit, An 'experimental mathematics' approach to Stolarsky interspersions via automata theory, ArXiv preprint arXiv:2502.03312 [cs.FL], February 5 2025.
Jeffrey Shallit, escm1 automaton.
CROSSREFS
KEYWORD
nonn,new
AUTHOR
Jeffrey Shallit, Feb 05 2025
STATUS
approved