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!)
A328591 Even bisection of A328590: a(n) = A328578(2n) - A257993(2n). 2
1, 2, 0, 2, 3, -1, 3, 2, 0, 4, 4, -1, 4, 5, -2, 2, 1, 0, 3, 4, -1, 4, 4, 0, 5, 5, -1, 5, 3, -2, 3, 2, 0, 4, 4, -1, 5, 5, 0, 5, 6, -1, 4, 6, -2, 4, 5, 0, 5, 5, -1, 5, 6, 0, 6, 3, -1, 7, 7, -2, 1, 5, 0, 6, 6, -1, 6, 5, 0, 7, 7, -1, 7, 8, -2, 2, 1, 0, 6, 7, -1, 7, 3, 0, 7, 5, -1, 3, 8, -2, 6, 2, 0, 7, 7, -1, 7, 8, 0, 8, 8, -1, 8, 9, -1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A328590(2n) = A328578(2n) - A257993(2n).
PROG
(PARI)
A257993(n) = { for(i=1, oo, if(n%prime(i), return(i))); }
A276086(n) = { my(m=1, p=2); while(n, m *= (p^(n%p)); n = n\p; p = nextprime(1+p)); (m); };
A328590(n) = (A328578(n) - A257993(n));
A328591(n) = A328590(n+n);
CROSSREFS
Sequence in context: A071447 A063514 A082490 * A210635 A062242 A062244
KEYWORD
sign
AUTHOR
Antti Karttunen, Oct 21 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 July 17 14:36 EDT 2024. Contains 374377 sequences. (Running on oeis4.)