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!)
A048165 Expansion of Product_{k > 0} 1/(1 + x^prime(k)). 14
1, 0, -1, -1, 1, 0, 0, -1, 1, 0, 1, -2, 1, -1, 2, -2, 2, -3, 3, -3, 4, -4, 5, -6, 6, -6, 8, -9, 9, -11, 12, -13, 14, -16, 19, -19, 21, -25, 26, -28, 32, -36, 38, -41, 46, -50, 55, -60, 65, -70, 77, -85, 91, -99, 108, -116, 126, -138, 149, -160, 174, -188, 202, -219, 237, -255, 274, -296 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,12
LINKS
FORMULA
a(n) = A184198(n) - A184199(n). - Vaclav Kotesovec, Jan 11 2021
MATHEMATICA
nn=20;
ser=Product[1/(1+x^p), {p, Select[Range[nn], PrimeQ]}];
Table[SeriesCoefficient[ser, {x, 0, n}], {n, nn}] (* Gus Wiseman, Jun 06 2018 *)
CROSSREFS
Sequence in context: A029307 A161066 A161105 * A161040 A180234 A131059
KEYWORD
sign
AUTHOR
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 16:35 EDT 2024. Contains 371749 sequences. (Running on oeis4.)