A065204 Least m such that A065203(m) = n.
1, 3, 22, 191, 2206, 29054, 497585
Offset: 1
Extensions
a(6)-a(7) from Sean A. Irvine, Aug 21 2023
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
\\ Needs also code for A064413: write_to_bfile(start_offset,vec,bfilename) = { for(n=1, length(vec), write(bfilename, (n+start_offset)-1, " ", vec[n])); } 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]); }; \\ From A046523 A278263(n) = A046523(A064413(n)); write_to_bfile(1,rgs_transform(vector(65539,n,A278263(n))),"b304113.txt");
Comments