OFFSET
1,3
COMMENTS
Restricted growth sequence transform of A000593.
Question: To which set of n does the horizontal stripe at around a(n) = ~8000 correspond in the scatter plot of this sequence?
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..65537
EXAMPLE
PROG
(PARI)
up_to = 65537;
rgs_transform(invec) = { my(om = Map(), outvec = vector(length(invec)), u=1); for(i=1, length(invec), if(mapisdefined(om, invec[i]), my(pp = mapget(om, invec[i])); outvec[i] = outvec[pp] , mapput(om, invec[i], i); outvec[i] = u; u++ )); outvec; };
v351037 = rgs_transform(vector(up_to, n, sigma(n>>valuation(n, 2))));
A351037(n) = v351037[n];
CROSSREFS
KEYWORD
AUTHOR
Antti Karttunen, Jan 31 2022
STATUS
approved