OFFSET
0,2
COMMENTS
Note that in contrast to A330744 this is not monotonic. The first point where a(n) > a(n+1) occurs is at a(120) = 5481774144 > a(121) = 5452302240. See also comment in A328521, whose primorial deflation this sequence is.
a(n-1) differs from A330744(n) at n = 17, 19, 21, 51, 52, 55, 56, 57, 58, 59, 60, 61, ...
LINKS
Antti Karttunen, Table of n, a(n) for n = 0..4257
FORMULA
PROG
(PARI)
v329902 = readvec("a329902.txt"); \\ File for the first 779674 terms of A329902 as prepared by Michael De Vlieger.
A056239(n) = if(1==n, 0, my(f=factor(n)); sum(i=1, #f~, f[i, 2] * primepi(f[i, 1])));
A330743list() = { my(m=Map(), lista=List([]), t); for(i=1, #v329902, t = A056239(v329902[i]); if(!mapisdefined(m, t), mapput(m, t, v329902[i]))); for(n=0, oo, if(mapisdefined(m, n, &t), listput(lista, t), return(Vec(lista)))); };
v330743 = A330743list();
A330743(n) = v330743[1+n];
for(n=0, #v330743-1, write("b330743.txt", n, " ", A330743(n)));
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 13 2020
STATUS
approved