login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A351457 a(n) = A351456(n) - A339905(n). 3
0, -1, -2, 8, -5, -6, -8, -4, 14, -11, -6, 8, -12, -18, -22, 84, -14, -2, -20, -12, -36, -18, -20, -24, 0, -28, -40, -16, -29, -46, -18, 40, -36, -32, -58, 296, -28, -42, -56, -44, -32, -76, -44, 24, -66, -48, -44, 136, 8, -36, -64, -16, -50, -104, -66, -72, -84, -59, -30, -72, -50, -54, -100, 1028, -92, -84, -66
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A351445(A003961(n)) = A351456(n) - A339905(n).
PROG
(PARI)
A339905(n) = if(1==n, n, my(f=factor(n)); for(i=1, #f~, f[i, 1] = nextprime(1+f[i, 1])-1); factorback(f));
A003958(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1]--); factorback(f); };
A003961(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); };
A351456(n) = A003958(sigma(A003961(n)));
A351457(n) = (A351456(n) - A339905(n));
CROSSREFS
Cf. also A348736.
Sequence in context: A248936 A019678 A115319 * A122387 A021039 A247670
KEYWORD
sign
AUTHOR
Antti Karttunen, Feb 12 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 18 20:35 EDT 2024. Contains 376002 sequences. (Running on oeis4.)