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!)
A344587 a(n) = 2*A003961(n) - sigma(A003961(n)). 3
1, 2, 4, 5, 6, 6, 10, 14, 19, 10, 12, 12, 16, 18, 22, 41, 18, 26, 22, 22, 38, 22, 28, 30, 41, 30, 94, 42, 30, 18, 36, 122, 46, 34, 58, 47, 40, 42, 62, 58, 42, 42, 46, 52, 102, 54, 52, 84, 109, 66, 70, 72, 58, 126, 70, 114, 86, 58, 60, 6, 66, 70, 178, 365, 94, 54, 70, 82, 110, 78, 72, 110, 78, 78, 148, 102, 118, 78 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
First negative value occurs as a(120) = -30.
Questions: Which subsets of natural numbers generate the "cut sigmoid" graph(s) that cross the X-axis in the (lowermost) scatter plot? Would it be possible to find a monotonically increasing sequence giving a lower bound for abs(a(n))?
LINKS
FORMULA
a(n) = A033879(A003961(n)) = 2*A003961(n) - A003973(n).
a(n) = Sum_{d|n} A337544(d).
PROG
(PARI)
A003961(n) = { my(f = factor(n)); for (i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f); };
A344587(n) = { my(u=A003961(n)); (u+u - sigma(u)); };
CROSSREFS
Cf. A000203, A003961, A003973, A033879, A337386 (positions of terms <= 0).
Inverse Möbius transform of A337544.
Sequence in context: A058317 A278761 A287076 * A100006 A196262 A238461
KEYWORD
sign,look
AUTHOR
Antti Karttunen, May 28 2021
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 September 3 05:18 EDT 2024. Contains 375649 sequences. (Running on oeis4.)