The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A328777 Product_{n>=1} (1 + x^n)^a(n) = 1 + Sum_{n>=1} x^prime(n). 2
0, 1, 1, 0, 0, 0, 1, 0, -1, -1, 2, 1, 0, -2, 0, 1, 3, -3, -1, -1, 4, -1, -1, -4, 6, 2, 2, -13, 4, 4, 13, -15, -5, -5, 30, -11, -7, -34, 42, 7, 16, -78, 27, 18, 95, -117, -21, -49, 223, -76, -40, -262, 326, 48, 135, -642, 242, 103, 752, -938, -105, -408, 1826, -732, -240 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,11
COMMENTS
Inverse weigh transform of A010051.
LINKS
MATHEMATICA
b[n_, i_] := b[n, i] = If[n == 0, 1, If[i < 1, 0, Sum[Binomial[a[i], j] b[n - i j, i - 1], {j, 0, n/i}]]]; a[n_] := a[n] = Boole[PrimeQ[n]] - b[n, n - 1]; Array[a, 65]
CROSSREFS
Sequence in context: A129134 A065675 A348128 * A244553 A231167 A194313
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Oct 27 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 May 19 00:35 EDT 2024. Contains 372666 sequences. (Running on oeis4.)