OFFSET
0,3
COMMENTS
Starting offset is zero to align with the indexing used in A189760, as this is conjecturally also the least k such that A327966(k) = n.
For at least n = 1, 3, 4, 5, 6, 7, 10, 14, 15, 17, 18, 21, 23, 24, 25, 26, 27, 28, 29, a(n) = A327965(a(1+n)). For example, 30206 = A327965(90609) and 90609 = A327965(164088).
Applying A327968 to these terms yields: 0, 0, 1, 5, 5, 5, 5, 5, 5, 7, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, ...
See also comments in A189760.
PROG
(PARI)
A003415(n) = {my(fac); if(n<1, 0, fac=factor(n); sum(i=1, matsize(fac)[1], n*fac[i, 2]/fac[i, 1]))}; \\ From A003415
A327938(n) = { my(f = factor(n)); for(k=1, #f~, f[k, 2] = (f[k, 2]%f[k, 1])); factorback(f); };
k=0; n=0; m=-1; while(k<32, if(!(n%2^27), print1("(", n, "), ")); if((t=A327966(n))>m, write("b327967.txt", k, " ", n); m = t; k++); n++);
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 01 2019
STATUS
approved
