OFFSET
1,1
COMMENTS
A339091 explains how a(1) = k ("the seed") generates a sequence.
LINKS
Carole Dubois, Table of n, a(n) for n = 1..20000
EXAMPLE
The seed 1 generates another 1 at step #2 under the A339091 protocol; thus a(1) = 2;
The seed 2 generates another 2 at step #3 under the A339091 protocol; thus a(2) = 3;
The seed 3 generates another 3 at step #2 under the A339091 protocol; thus a(3) = 2;
The seed 4 generates another 4 at step #3 under the A339091 protocol; thus a(4) = 3;
The seed 10 doesn't generate any 10 under the A339091 protocol; thus a(10) = -1;
The seed 14 generates another 14 at step #13 under the A339091 protocol; thus a(14) = 13; etc.
CROSSREFS
KEYWORD
base,sign
AUTHOR
Eric Angelini and Carole Dubois, Nov 23 2020
STATUS
approved