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!)
A374033 Lexicographically earliest infinite sequence such that a(i) = a(j) => A278226(A373985(i)) = A278226(A373985(j)), for all i, j >= 1. 2
1, 1, 1, 2, 1, 2, 1, 1, 2, 2, 1, 1, 1, 2, 3, 3, 1, 1, 1, 1, 3, 2, 1, 2, 2, 2, 4, 1, 1, 1, 1, 1, 2, 2, 2, 5, 1, 2, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 3, 1, 1, 2, 6, 7, 3, 2, 1, 8, 1, 2, 1, 2, 6, 1, 1, 1, 2, 1, 1, 4, 1, 2, 1, 1, 6, 1, 1, 1, 7, 2, 1, 9, 2, 2, 3, 2, 1, 2, 6, 1, 3, 2, 2, 5, 1, 1, 10, 5, 1, 1, 1, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Restricted growth sequence transform of A278226(A373985(n)).
For all i, j >= 1:
A305800(i) = A305800(j) => a(i) = a(j) => A373989(i) = A373989(j).
LINKS
PROG
(PARI)
up_to = 100000;
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; };
A046523(n) = { my(f=vecsort(factor(n)[, 2], , 4), p); prod(i=1, #f, (p=nextprime(p+1))^f[i]); };
A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };
A373985(n) = { my(f=factor(n), m=1, s=0); for(i=1, #f~, my(x=prod(i=1, primepi(f[i, 1]), prime(i))); s += f[i, 2]*x; m *= x^f[i, 2]); gcd(m, s); };
v374033 = rgs_transform(vector(up_to, n, A278226(A373985(n))));
A374033(n) = v374033[n];
CROSSREFS
Cf. also A373982, A373983, A374032.
Sequence in context: A192013 A373989 A329618 * A026517 A072047 A327521
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 27 2024
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 July 21 01:14 EDT 2024. Contains 374462 sequences. (Running on oeis4.)