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!)
A323242 Lexicographically earliest sequence such that a(i) = a(j) => f(i) = f(j) for all i, j, where f(n<=2) = -n, f(n) = 0 if n is an even number > 2, and f(n) = A300226(n) for odd numbers >= 3. 3
1, 2, 3, 4, 3, 4, 3, 4, 5, 4, 3, 4, 3, 4, 6, 4, 3, 4, 3, 4, 6, 4, 3, 4, 7, 4, 8, 4, 3, 4, 3, 4, 6, 4, 9, 4, 3, 4, 6, 4, 3, 4, 3, 4, 10, 4, 3, 4, 11, 4, 6, 4, 3, 4, 9, 4, 6, 4, 3, 4, 3, 4, 10, 4, 9, 4, 3, 4, 6, 4, 3, 4, 3, 4, 12, 4, 13, 4, 3, 4, 14, 4, 3, 4, 9, 4, 6, 4, 3, 4, 13, 4, 6, 4, 9, 4, 3, 4, 10, 4, 3, 4, 3, 4, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI)
up_to = 10000;
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; };
A052126(n) = if(1==n, n, n/vecmax(factor(n)[, 1]));
A319988(n) = ((n>1)&&(factor(n)[omega(n), 2]>1));
A323242aux(n) = if(n<=2, -n, if(!(n%2), 0, [A052126(n), A319988(n)]));
v323242 = rgs_transform(vector(up_to, n, A323242aux(n)));
A323242(n) = v323242[n];
CROSSREFS
Sequence in context: A285884 A123709 A165482 * A099034 A165576 A354705
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 07 2019
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 August 18 16:43 EDT 2024. Contains 375269 sequences. (Running on oeis4.)