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!)
A328583 a(n) = A023900(A276086(n)). 2
1, -1, -2, 2, -2, 2, -4, 4, 8, -8, 8, -8, -4, 4, 8, -8, 8, -8, -4, 4, 8, -8, 8, -8, -4, 4, 8, -8, 8, -8, -6, 6, 12, -12, 12, -12, 24, -24, -48, 48, -48, 48, 24, -24, -48, 48, -48, 48, 24, -24, -48, 48, -48, 48, 24, -24, -48, 48, -48, 48, -6, 6, 12, -12, 12, -12, 24, -24, -48, 48, -48, 48, 24, -24, -48, 48, -48, 48, 24, -24 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A023900(A276086(n)).
abs(a(n)) = A324650(n) / A328572(n).
PROG
(PARI) A328583(n) = { my(m=1, p=2); while(n, m *= (1-p)^!!(n%p); n = n\p; p = nextprime(1+p)); (m); };
CROSSREFS
Sequence in context: A237756 A010334 A010578 * A355537 A240674 A005866
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 April 18 13:10 EDT 2024. Contains 371780 sequences. (Running on oeis4.)