login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A336153 Lexicographically earliest infinite sequence such that a(i) = a(j) => A007814(1+i) = A007814(1+j) and A009194(i) = A009194(j), for all i, j >= 1. 3
1, 2, 3, 2, 1, 4, 5, 2, 1, 6, 3, 7, 1, 6, 8, 2, 1, 9, 3, 6, 1, 6, 5, 10, 1, 6, 3, 11, 1, 4, 12, 2, 13, 6, 3, 2, 1, 6, 5, 14, 1, 4, 3, 7, 13, 6, 15, 7, 1, 2, 16, 6, 1, 4, 5, 17, 1, 6, 3, 10, 1, 6, 18, 2, 1, 4, 3, 6, 13, 6, 5, 9, 1, 6, 3, 7, 1, 4, 15, 6, 1, 6, 3, 11, 1, 6, 19, 7, 1, 20, 21, 7, 1, 6, 22, 10, 1, 2, 16, 2, 1, 4, 5, 6, 13 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Restricted growth sequence transform of the ordered pair [A007814(1+n), A009194(n)]. Note that A007814(1+n) gives the number of trailing 1-bits in the binary expansion of n.
For all i, j: A324400(i) = A324400(j) => a(i) = a(j).
LINKS
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; };
A007814(n) = valuation(n, 2);
A009194(n) = gcd(n, sigma(n));
Aux336153(n) = [A007814(1+n), A009194(n)];
v336153 = rgs_transform(vector(up_to, n, Aux336153(n)));
A336153(n) = v336153[n];
CROSSREFS
Sequence in context: A373419 A210500 A336126 * A299765 A104411 A216084
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 11 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 4 19:52 EDT 2024. Contains 375685 sequences. (Running on oeis4.)