The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A351963 Lexicographically earliest infinite sequence such that a(i) = a(j) => A278222(A109812(i)) = A278222(A109812(j)), for all i, j >= 1. 5
1, 1, 1, 2, 1, 3, 3, 1, 2, 3, 3, 2, 3, 4, 1, 4, 2, 3, 3, 5, 3, 5, 3, 6, 3, 5, 2, 7, 1, 5, 6, 3, 5, 5, 3, 5, 6, 3, 8, 2, 9, 3, 5, 4, 5, 5, 3, 8, 5, 1, 8, 5, 3, 7, 5, 3, 10, 6, 3, 6, 6, 5, 6, 5, 6, 5, 5, 4, 8, 3, 9, 5, 5, 7, 2, 11, 3, 10, 3, 10, 6, 6, 9, 5, 8, 6, 5, 8, 5, 10, 6, 12, 6, 10, 6, 5, 10, 4, 6, 8, 5, 13 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Restricted growth sequence transform of A278222(A109812(n)), or equally of, A278222(A351965(n)).
For all i, j: A351578(i) = A351578(j) => a(i) = a(j) => A352884(i) = A352884(j).
LINKS
PROG
(PARI)
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; };
v109812 = readvec("b109812_to10e5.txt"); \\ Prepared from b-file data with gawk ' { print $2 } '
up_to = #v109812;
A109812(n) = v109812[n];
A005940(n) = { my(p=2, t=1); n--; until(!n\=2, if((n%2), (t*=p), p=nextprime(p+1))); (t); };
A046523(n) = { my(f=vecsort(factor(n)[, 2], , 4), p); prod(i=1, #f, (p=nextprime(p+1))^f[i]); }; \\ From A046523
v351963 = rgs_transform(vector(up_to, n, A046523(A005940(1+A109812(n)))));
A351963(n) = v351963[n];
CROSSREFS
Cf. also A351578, A352888.
Sequence in context: A110569 A140815 A365958 * A134840 A352356 A229742
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Apr 06 2022
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 May 21 13:44 EDT 2024. Contains 372738 sequences. (Running on oeis4.)