Discussion
Mon Sep 30
10:51
OEIS Server: Installed first b-file as b199854.txt.
a(1) = 1, a(2) = 2; for n > 2, a(n) is the smallest unused positive number that is coprime to a(n-1) if a(n-1) is prime, otherwise a(n) shares a factor with a(n-1).
(history;
published version)
Discussion
Mon Sep 30
10:47
OEIS Server: Installed first b-file as b325306.txt.
Discussion
Sun Sep 15
06:53
OEIS Server: Installed first b-file as b086974.txt.
a(n) = if n even then a(n - 1) - (n - 1)*a(n - 2) otherwise 2*(a(n - 1) + (n - 1)*a(n - 2)).
(history;
published version)