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!)
A323248 a(n) = A323247(n) - A323243(n). 10
0, 0, 0, 0, 0, 2, 0, 3, -2, 3, 0, 7, 0, 14, 0, 2, 0, 9, 0, 15, -5, 16, 0, 18, -6, 44, 1, 19, 0, 7, 0, 25, 12, 80, -4, 10, 0, 254, -14, 18, 0, 33, 0, 63, 5, 224, 0, 41, -14, 16, 6, 127, 0, 24, -21, 66, -14, 746, 0, 38, 0, 1360, 13, 16, 8, 39, 0, 211, 252, 37, 0, 33, 0, 3836, 7, 403, -12, 103, 0, 73, -16, 5456, 0, 22, -74, 12248, -350, 26, 0, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
FORMULA
a(n) = A323247(n) - A323243(n).
a(n) = A323244(n) - A001222(n).
For n > 1, a(n) = A294898(A156552(n)).
PROG
(PARI)
A005187(n) = { my(s=n); while(n>>=1, s+=n); s; };
A064989(n) = {my(f); f = factor(n); if((n>1 && f[1, 1]==2), f[1, 2] = 0); for (i=1, #f~, f[i, 1] = precprime(f[i, 1]-1)); factorback(f)};
A156552(n) = if(1==n, 0, if(!(n%2), 1+(2*A156552(n/2)), 2*A156552(A064989(n))));
A323248(n) = (A323247(n) - A323243(n));
CROSSREFS
Cf. also A323167.
Sequence in context: A326689 A334861 A359674 * A324397 A132623 A277890
KEYWORD
sign
AUTHOR
Antti Karttunen, Jan 10 2019
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 April 16 17:00 EDT 2024. Contains 371749 sequences. (Running on oeis4.)