cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A298160 G.f.: Product_{k>=1} 1/(1+prime(k)*x^prime(k)).

Original entry on oeis.org

1, 0, -2, -3, 4, 1, 1, -9, 13, -9, 20, -38, 76, -75, 65, -323, 378, -197, 805, -1394, 1635, -2513, 3175, -5442, 11135, -12570, 12526, -33357, 51563, -46460, 93551, -155750, 186650, -313241, 421641, -620393, 1131820, -1321220, 1663951, -3559915, 5011036, -5207116
Offset: 0

Views

Author

Seiichi Manyama, Jan 14 2018

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[Product[1/(1+Prime[k]x^Prime[k]),{k,50}],{x,0,50}],x] (* Harvey P. Dale, Mar 24 2020 *)