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!)
A348127 Product_{n>=1} 1 / (1 - a(n)*x^n) = 1 + Sum_{n>=1} x^prime(n). 2
0, 1, 1, -1, 0, -1, 1, -1, -1, -1, 2, 0, 0, -3, 0, 0, 3, -3, -1, -1, 4, -4, -1, -5, 6, 2, 2, -17, 4, 4, 13, -16, -7, -11, 30, -14, -7, -34, 42, 7, 16, -80, 27, 6, 95, -117, -21, -60, 223, -97, -48, -265, 326, 53, 129, -800, 242, 93, 752, -948, -105, -499, 1806, -853, -240, -2189, 2750, 124 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,11
LINKS
MAPLE
N:= 20: # for a(1)..a(N)
P:= 1: a:= Vector(N):
for n from 1 to N do
c:= coeff(P, x, n);
if isprime(n) then a[n]:= 1-c else a[n]:= -c fi;
P:= series(P/(1-a[n]*x^n), x, N+1);
od:
convert(a, list); # Robert Israel, Mar 01 2022
CROSSREFS
Sequence in context: A280164 A049597 A210951 * A233440 A280728 A175676
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Oct 01 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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)